]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/job.c
Fix bug #2289 version 7.9 not compatible with old FDs -- comm compression
[bacula/bacula] / bacula / src / filed / job.c
index 81cef2448629eead8f17b9f33744ef4ad1639d17..305dfa7eb9e6c004b6afd2094f131426698f8fb1 100644 (file)
@@ -326,7 +326,7 @@ static void *handle_director_request(BSOCK *dir)
                 quit = true;
                 break;
             }
-            Dmsg1(100, "Executing Dir %s command.\n", dir->msg);
+            Dmsg2(100, "Executing %s Dir %s command.\n", cmds[i].cmd, dir->msg);
             if (!cmds[i].func(jcr)) {         /* do command */
                quit = true;         /* error or fully terminated, get out */
                Dmsg1(100, "Quit command loop. Canceled=%d\n", job_canceled(jcr));