From: Kern Sibbald Date: Sat, 21 Mar 2009 14:32:08 +0000 (+0000) Subject: Another tweak in bat timing X-Git-Tag: Release-3.0.0~129 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2384c7c580f904346b7a84512c8fa2b1fc9f4394;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."));