The FCLIENT log code aviods putting the message into the daemon's
authorWayne Davison <wayned@samba.org>
Sat, 19 Feb 2005 22:16:41 +0000 (22:16 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 19 Feb 2005 22:16:41 +0000 (22:16 +0000)
commit1eec003a80ac4eb9f20408966910825ec6c8ed60
tree8f58c446151e17bcdaea20a34bfcb5745366c8b9
parent684d7582b6a58e30b2fddf45989d1d27cbdcd10d
The FCLIENT log code aviods putting the message into the daemon's
log file and instead sends a FINFO message to the client.  This is
used when the daemon wants to log a better message locally than it
is sending to the client.  Improved log_delete() to make use of this
idiom if it needs to log a separate delete message for the daemon
and the client.
log.c