diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-23 22:10:55 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-23 22:10:55 +0000 |
commit | 4150f33ec17792c4258cb64de6128928ac104bf2 (patch) | |
tree | 164242e7896ffbd52205cce989afff56058b4e3e /vtysh/ChangeLog | |
parent | dbf7d13d06a9ab01e39afa1545b30808d5653341 (diff) |
[vtysh] suppress output in 'show logging' for daemons not present
2006-05-21 Paul Jakma <paul.jakma@sun.com>
* vtysh.c: (vtysh_show_logging_cmd) Suppress output for daemons
which are not running (Andrew Schorr).
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index e4908b45..3ad1c252 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,8 @@ +2006-05-21 Paul Jakma <paul.jakma@sun.com> + + * vtysh.c: (vtysh_show_logging_cmd) Suppress output for daemons + which are not running (Andrew Schorr). + 2006-05-17 Paul Jakma <paul.jakma@sun.com> * vtysh.c: (general) Add 'show logging' command. |