mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
idmap_autorid: add space between two words in a debug message
Signed-off-by: Atul Kulkarni <atul.kulkarni@in.ibm.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
27ca838c08
commit
a0e217713f
@ -743,8 +743,8 @@ bool idmap_autorid_parse_configstr(const char *configstr,
|
||||
"minvalue:%lu rangesize:%lu maxranges:%lu",
|
||||
&minvalue, &rangesize, &maxranges) != 3) {
|
||||
DEBUG(1,
|
||||
("Found invalid configuration data"
|
||||
"creating new config\n"));
|
||||
("Found invalid configuration data. "
|
||||
"Creating new config\n"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user