-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning on startup #39
Comments
if you change line 604 to read |
That's not a problem. |
As you say, usually it is not in smb.conf. |
it appears to be because the get_smbparm macro/function has no concept of an optional samba parameter. Adding one to line 584 eg. changing |
the optional value could even be a value defaulting to 0, and set to non-zero if a command line option was set, to give the user the option to show or suppress warnings relating to optional samba parameters. |
I get the following warning message on running wsdd2 -d
As there are no aliases or hostnames in smb.conf the messages are correct, although running as -d they should be logged to syslog rather than on stdout/err . I would like to suppress these information messages. I couldn't see an option to do so in the program parameters (only increasing the debug level). Is there a make/makefile option to suppress these messages which are likely to be shown on many samba setups, or a runtime way of suppressing them?
The text was updated successfully, but these errors were encountered: