1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Add newline to debug message

(This used to be commit e0868b978e)
This commit is contained in:
Andrew Bartlett 2003-11-07 08:29:29 +00:00
parent 80ff2046bd
commit ab023b0b49

View 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;
}