param: add the necessary new line for the debug message in handle_copy
authorGarming Sam <garming@catalyst.net.nz>
Thu, 27 Mar 2014 01:22:41 +0000 (14:22 +1300)
committerMichael Adam <obnox@samba.org>
Thu, 31 Jul 2014 06:17:11 +0000 (08:17 +0200)
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>
lib/param/loadparm.c

index d975359a4b41f8b16201b99697e6a14eea8a5ede..75ddb221c1d93f5c93bd3f744e66c8c48adf276b 100644 (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;
        }