mirror of
https://github.com/kakwa/uts-server
synced 2025-07-03 12:07:02 +02:00
general reorganization
* rename the logger function to uts_logger * add logging to the create_tsctx fucntion * fix some warning *
This commit is contained in:
parent
c2752532f1
commit
376d100e9f
8 changed files with 50 additions and 60 deletions
|
@ -38,7 +38,7 @@ EOF
|
|||
exit 1
|
||||
}
|
||||
|
||||
simple_logger(){
|
||||
simple_uts_logger(){
|
||||
[ $SYSLOG -eq 0 ] && logger -t `basename $0` -p user.$1 $2
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue