smbd: Change logging when SET_OFFLINE is not supported
commit7d8354c719fa620a580f6d7d322ca80185c50c7e
authorChristof Schmitt <christof.schmitt@us.ibm.com>
Thu, 6 Jun 2013 00:08:03 +0000 (5 17:08 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2013 02:30:26 +0000 (6 04:30 +0200)
treebd17fdb9c8bf3f79dcf27083f5df0d56cbe510a4
parent1a6eac2c37f4d80033e450731bd36a9af4b2bd1d
smbd: Change logging when SET_OFFLINE is not supported

A client can send a request to set the OFFLINE attribute. In the default
code this is not supported and triggers a log message each time. Change
this to only log with level 0 when an actual errors occurs, and log
ENOTSUP with level 10.

Signed-off-by: Christof Schmitt <christof.schmitt@us.ibm.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Jun  6 04:30:26 CEST 2013 on sn-devel-104
source3/smbd/dosmode.c