From: Kern Sibbald Date: Sat, 21 Mar 2009 14:32:08 +0000 (+0000) Subject: Another tweak in bat timing X-Git-Tag: Release-7.0.0~3281 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3fff0a477b5350ca970125dc2698f9e434863932;p=bacula%2Fbacula Another tweak in bat timing git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8573 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/bcomm/dircomm.cpp b/bacula/src/qt-console/bcomm/dircomm.cpp index d138635f22..f308794dd1 100644 --- a/bacula/src/qt-console/bcomm/dircomm.cpp +++ b/bacula/src/qt-console/bcomm/dircomm.cpp @@ -334,7 +334,7 @@ int DirComm::read() case BNET_CMD_FAILED: if (mainWin->m_commDebug) Pmsg0(000, "CMD FAILED\n"); if (--m_in_command < 0) { - Pmsg0(000, "m_in_command < 0\n"); +// Pmsg0(000, "m_in_command < 0\n"); m_in_command = 0; } mainWin->set_status(_("Command failed."));