summaryrefslogtreecommitdiff
path: root/source3/intl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-11-07 08:29:29 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-11-07 08:29:29 +0000
commitab023b0b49258db981a30c15ab29ee37c8b3e3dd (patch)
tree07ecbe3089cf4f912ff51b3cea54114c7229e356 /source3/intl
parent80ff2046bda03cd0336992a5ed7cde9bc8a11b6e (diff)
downloadsamba-ab023b0b49258db981a30c15ab29ee37c8b3e3dd.tar.gz
Add newline to debug message
(This used to be commit e0868b978ec5debf6b91aeeb85aa1f404d07a34b)
Diffstat (limited to 'source3/intl')
-rw-r--r--source3/intl/lang_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/intl/lang_tdb.c b/source3/intl/lang_tdb.c
index b0e9e414de6..b98e5734cbf 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;
}