]> WPIA git - cassiopeia.git/blobdiff - src/apps/client.cpp
Merge "chg: rename package name and all references to it"
[cassiopeia.git] / src / apps / client.cpp
index ad4e6b569d20f1d9428dbd3d066421a8e578f33e..87447431665c9c31340aedc737d734f3e5d36648 100644 (file)
@@ -66,7 +66,7 @@ int main( int argc, const char* argv[] ) {
     std::string path;
 
 #ifdef NDEBUG
-    path = "/etc/cacert/cassiopeia/cassiopeia.conf";
+    path = "/etc/wpia/cassiopeia/cassiopeia.conf";
 #else
     path = "config.txt";
 #endif
@@ -120,7 +120,6 @@ int main( int argc, const char* argv[] ) {
                 logger::errorf ( "Exception while fetchJob: %s", e.what() );
            }
             if( !job ) {
-                logger::note( "Nothing to work on." );
                 sleep( 5 );
                 continue;
             }