Add newline to debug message
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 Nov 2003 08:29:29 +0000 (08:29 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 7 Nov 2003 08:29:29 +0000 (08:29 +0000)
(This used to be commit e0868b978ec5debf6b91aeeb85aa1f404d07a34b)

source3/intl/lang_tdb.c

index b0e9e414de6019a5bd2f64022121b7df475d6db4..b98e5734cbf82ac6ad0873aed84aaebad50b0831 100644 (file)
@@ -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;
        }