mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
Add newline to debug message
(This used to be commit e0868b978ec5debf6b91aeeb85aa1f404d07a34b)
This commit is contained in:
parent
80ff2046bd
commit
ab023b0b49
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user