fix the timstamping script

This commit is contained in:
kakwa 2016-08-29 08:37:34 +02:00
parent 75dcc97e12
commit 15bb7d9792
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ EOF
exit 1
}
simple_uts_logger(){
simple_logger(){
[ $SYSLOG -eq 0 ] && logger -t `basename $0` -p user.$1 $2
}