--- lib/PXElator/daemons.pm 2009/09/08 17:30:47 398 +++ lib/PXElator/daemons.pm 2010/01/23 18:31:14 482 @@ -7,7 +7,7 @@ use Data::Dump qw/dump/; use x11; -use CouchDB; +use store; our $pids; $pids = { @@ -29,7 +29,7 @@ sub audit { my $msg = shift; my $daemon = shift; - CouchDB::audit( $msg, $daemon, { daemon => $daemon, message => $msg, @_ } ); + store::audit( $msg, $daemon, { daemon => $daemon, message => $msg, @_ } ); } mkdir "$server::conf/pid" unless -d "$server::conf/pid";