X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fautorecover.cpp;h=1b55eb4a23edd6e38648f0cfdc6128ea6eaa8b1a;hb=59fbbc9b2d99809f56f9812c07fadf395efbba82;hp=339fba7c720df996a315e4c2d658a0254c4e5faa;hpb=c87b4a3bdb14174132f753223c828dca93a1c801;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/autorecover.cpp b/synfig-studio/trunk/src/gtkmm/autorecover.cpp index 339fba7..1b55eb4 100644 --- a/synfig-studio/trunk/src/gtkmm/autorecover.cpp +++ b/synfig-studio/trunk/src/gtkmm/autorecover.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -178,8 +179,8 @@ AutoRecover::cleanup_pid(int pid) { synfig::error("Autobackup seems to have failed! (PID=%d)",pid); } - else - synfig::info("PID=%d has been cleaned up",pid); +// else +// synfig::info("PID=%d has been cleaned up",pid); #endif return false; } @@ -224,8 +225,8 @@ AutoRecover::auto_backup() savecount++; } - if(savecount) - synfig::info("AutoRecover::auto_backup(): %d Files backed up.",savecount); +// if(savecount) +// synfig::info("AutoRecover::auto_backup(): %d Files backed up.",savecount); } catch(...) {