1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

param: add the necessary new line for the debug message in handle_copy

Change-Id: Ia6fc12b9d85032b6f501395cd82c31bcfe229822
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Garming Sam 2014-03-27 14:22:41 +13:00 committed by Michael Adam
parent 0b6bf024bb
commit 308d802f62

View File

@ -1143,7 +1143,7 @@ bool handle_copy(struct loadparm_context *lp_ctx, struct loadparm_service *servi
serviceTemp = lpcfg_getservicebyname(lp_ctx, pszParmValue);
if (service == NULL) {
DEBUG(0, ("Unable to copy service - invalid service destination"));
DEBUG(0, ("Unable to copy service - invalid service destination.\n"));
return false;
}