1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

fixed multi-line strings for portability

(This used to be commit 9f9e0cbd2c9920b730286f8bf560dc3415c29aa6)
This commit is contained in:
Andrew Tridgell 2002-07-31 09:34:00 +00:00
parent ab0b4e6f58
commit 76fb289cd8

View File

@ -515,7 +515,7 @@ NTSTATUS secrets_get_trusted_domains(TALLOC_CTX* ctx, int* enum_ctx, int max_num
(*domains)[idx - start_idx] = dom;
DEBUG(18, ("Secret record is in required range.\n
DEBUG(18, ("Secret record is in required range.\n \
start_idx = %d, max_num_domains = %d. Added to returned array.\n",
start_idx, max_num_domains));
@ -531,7 +531,7 @@ NTSTATUS secrets_get_trusted_domains(TALLOC_CTX* ctx, int* enum_ctx, int max_num
status = NT_STATUS_OK;
}
} else {
DEBUG(18, ("Secret is outside the required range.\n
DEBUG(18, ("Secret is outside the required range.\n \
start_idx = %d, max_num_domains = %d. Not added to returned array\n",
start_idx, max_num_domains));
}