--- lib/PXElator/httpd.pm 2010/01/05 17:34:07 474 +++ lib/PXElator/httpd.pm 2010/01/23 18:31:14 482 @@ -63,7 +63,7 @@ use ping; use wol; -use CouchDB; +use store; sub menu { @@ -117,7 +117,7 @@ my $buff; my $pos = 0; - CouchDB::audit( 'static', { pid => $$, path => $path, type => $type, size => $size, block => $block, peerhost => $client->peerhost }); + store::audit( 'static', { pid => $$, path => $path, type => $type, size => $size, block => $block, peerhost => $client->peerhost }); progress_bar::start; @@ -150,7 +150,7 @@ server->refresh; - CouchDB::audit( 'request', { path => $path, param => $param, peerhost => $client->peerhost } ); + store::audit( 'request', { path => $path, param => $param, peerhost => $client->peerhost } ); $title = $path;