mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
Fix a debug message, append the correct \n
This commit is contained in:
parent
81fc50b486
commit
4f0661ace8
@ -1135,7 +1135,7 @@ static uint32 unix_filetype(mode_t mode)
|
||||
return UNIX_TYPE_SOCKET;
|
||||
#endif
|
||||
|
||||
DEBUG(0,("unix_filetype: unknown filetype %u", (unsigned)mode));
|
||||
DEBUG(0,("unix_filetype: unknown filetype %u\n", (unsigned)mode));
|
||||
return UNIX_TYPE_UNKNOWN;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user