From: Eric Bollengier Date: Tue, 21 Dec 2010 12:06:20 +0000 (+0100) Subject: Keep the same keywords as in previous version X-Git-Tag: Release-5.2.1~771 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aa611539f551e791587aea9ea04b072b028227a5;p=bacula%2Fbacula Keep the same keywords as in previous version --- diff --git a/bacula/src/filed/status.c b/bacula/src/filed/status.c index 7bea75dca9..c110c1cbac 100644 --- a/bacula/src/filed/status.c +++ b/bacula/src/filed/status.c @@ -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); }