]> WPIA git - cassiopeia.git/blobdiff - src/apps/client.cpp
del: log message every 5 seconds when there is no task
[cassiopeia.git] / src / apps / client.cpp
index ad4e6b569d20f1d9428dbd3d066421a8e578f33e..2a7dc72ccba19fa8fdf9091983b55e62ef193ba3 100644 (file)
@@ -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;
             }