]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Using "m" in bconsole will show messages like before,
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 9 Sep 2007 17:21:27 +0000 (17:21 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 9 Sep 2007 17:21:27 +0000 (17:21 +0000)
     and not memory usage.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5507 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_cmds.c
bacula/technotes-2.3

index d312e5b540dc868a0a7a0f414dc4994e86b5feb4..ed49b1a3ffe0fd3b6008679920828e36dd738180 100644 (file)
@@ -116,8 +116,8 @@ static struct cmdstruct commands[] = {
  { NT_("list"),       list_cmd,      _("list [pools | jobs | jobtotals | media <pool=pool-name> | files <jobid=nn>]; 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 <storage-name>")},
  { NT_("prune"),      prunecmd,      _("prune expired records from catalog")},
  { NT_("purge"),      purgecmd,      _("purge records from catalog")},
index f25a2d15edef7589330a43822ef0a840c312f26f..4ff42e2a9cb6e26717eb39d4cbe7df9cc47b70d4 100644 (file)
@@ -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.