1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

debug: default debug to stderr

if setup_logging() hasn't been called then default to sending debug to
stderr

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2011-04-01 14:55:37 +11:00
parent c6b93d2f84
commit 4a98d6ce96

View File

@ -91,7 +91,8 @@ static struct {
} state = {
.settings = {
.timestamp_logs = true
}
},
.fd = 2 /* stderr by default */
};
/* -------------------------------------------------------------------------- **