From: Eric Bollengier Date: Sun, 9 Sep 2007 17:21:27 +0000 (+0000) Subject: ebl Using "m" in bconsole will show messages like before, X-Git-Tag: Release-7.0.0~5708 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=473db3fe4340cc2761ffb8b1ddeec0449f98eb23;p=bacula%2Fbacula ebl Using "m" in bconsole will show messages like before, and not memory usage. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5507 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index d312e5b540..ed49b1a3ff 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -116,8 +116,8 @@ static struct cmdstruct commands[] = { { NT_("list"), list_cmd, _("list [pools | jobs | jobtotals | media | files ]; from catalog")}, { NT_("label"), label_cmd, _("label a tape")}, { NT_("llist"), llist_cmd, _("full or long list like list command")}, - { NT_("memory"), memory_cmd, _("print current memory usage")}, { NT_("messages"), messagescmd, _("messages")}, + { NT_("memory"), memory_cmd, _("print current memory usage")}, { NT_("mount"), mount_cmd, _("mount ")}, { NT_("prune"), prunecmd, _("prune expired records from catalog")}, { NT_("purge"), purgecmd, _("purge records from catalog")}, diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index f25a2d15ed..4ff42e2a9c 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -2,6 +2,8 @@ General: 09Sep07 +ebl Using "m" in bconsole will show messages like before, + and not memory usage. kes Fix bug #935, and probably also bug #903 where files were not restored. MediaId was not properly set in JobMedia record after a Volume change.