diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-11-09 09:30:21 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-11-09 09:30:21 +0000 |
commit | 30d0680106c74901d6fc0c993c3c4770cd2efb22 (patch) | |
tree | 25bd70ff2a6e3155287c0ca1c8ca026f8298d5da /source3/intl | |
parent | f9230c937b1304e6864aa020a4e102749ca6f8ae (diff) | |
download | samba-30d0680106c74901d6fc0c993c3c4770cd2efb22.tar.gz samba-30d0680106c74901d6fc0c993c3c4770cd2efb22.tar.bz2 samba-30d0680106c74901d6fc0c993c3c4770cd2efb22.zip |
Merge from 3.0:
source/passdb/pdb_get_set.c:
I agree with vl's #if 0 here, and am not quite sure what I was
thinking with regard to the original code.
Let's keep samba simple, and just remove it.
source/rpc_server/srv_netlog_nt.c:
Remove compleatly wrong comments. (There were correct, 2 years ago...)
source/intl/lang_tdb.c:
Add newline to debug message
Andrew Bartlett
(This used to be commit 2a8dbe03690b60f3d9c83de3cf6ce873aa0657bc)
Diffstat (limited to 'source3/intl')
-rw-r--r-- | source3/intl/lang_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/intl/lang_tdb.c b/source3/intl/lang_tdb.c index b0e9e414de..b98e5734cb 100644 --- a/source3/intl/lang_tdb.c +++ b/source3/intl/lang_tdb.c @@ -131,7 +131,7 @@ BOOL lang_tdb_init(const char *lang) asprintf(&msg_path, "%s.msg", lib_path((const char *)lang)); if (stat(msg_path, &st) != 0) { /* the msg file isn't available */ - DEBUG(10, ("lang_tdb_init: %s: %s", msg_path, + DEBUG(10, ("lang_tdb_init: %s: %s\n", msg_path, strerror(errno))); goto done; } |