diff options
Diffstat (limited to 'cron-sh/promisc_check.sh')
-rwxr-xr-x | cron-sh/promisc_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh index da06f32..4df9c25 100755 --- a/cron-sh/promisc_check.sh +++ b/cron-sh/promisc_check.sh @@ -4,7 +4,7 @@ Syslog() { if [[ ${SYSLOG_WARN} == yes ]]; then - logger -- "${1}" + logger -t msec -- "${1}" fi } |