mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2024-11-22 08:03:54 +01:00
Merge pull request #98 from diablodale/missing-log-info
fix for verbose logging not working
This commit is contained in:
commit
ef7ae674f5
@ -111,7 +111,7 @@ print_log () # level, message, ...
|
||||
;;
|
||||
(inf*)
|
||||
# test -n "$opt_syslog" && logger -t "$opt_prefix" -p daemon.info $*
|
||||
test -z ${opt_quiet+x} && test -n "$opt_verbose" && echo $*
|
||||
test -z "$opt_quiet" && test -n "$opt_verbose" && echo $*
|
||||
;;
|
||||
(deb*)
|
||||
# test -n "$opt_syslog" && logger -t "$opt_prefix" -p daemon.debug $*
|
||||
|
Loading…
Reference in New Issue
Block a user