]> git.sur5r.net Git - bacula/bacula/commitdiff
Keep the same keywords as in previous version
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 21 Dec 2010 12:06:20 +0000 (13:06 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Dec 2010 17:43:46 +0000 (18:43 +0100)
bacula/src/filed/status.c

index 7bea75dca94a3c371ec89451aebc9978ff0503e1..c110c1cbac898a824dd6f155ddad283213a66e7e 100644 (file)
@@ -282,12 +282,12 @@ static void  list_running_jobs_api(STATUS_PKT *sp)
                  edit_uint64(bps, b3),
                  njcr->JobErrors, njcr->max_bandwidth);
       sendit(msg.c_str(), len, sp);
-      len = Mmsg(msg, " FilesExamined=%s\n",
+      len = Mmsg(msg, " Files Examined=%s\n",
            edit_uint64(njcr->num_files_examined, b1));
       sendit(msg.c_str(), len, sp);
       if (njcr->JobFiles > 0) {
          njcr->lock();
-         len = Mmsg(msg, " ProcessingFile=%s\n", njcr->last_fname);
+         len = Mmsg(msg, " Processing file=%s\n", njcr->last_fname);
          njcr->unlock();
          sendit(msg.c_str(), len, sp);
       }