http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d95c21
)
services: Add a trailing '\n' to a couple of Wine traces.
author
Francois Gouget
<fgouget@free.fr>
Mon, 7 Apr 2008 09:03:01 +0000
(11:03 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 7 Apr 2008 11:36:17 +0000
(13:36 +0200)
programs/services/rpc.c
patch
|
blob
|
blame
|
history
diff --git
a/programs/services/rpc.c
b/programs/services/rpc.c
index 63ce0d7a7edfc337b212621cb33201448e0912d1..0adeb125a024e3ff75d3e4ac35af0f8d9123b9bd 100644
(file)
--- a/
programs/services/rpc.c
+++ b/
programs/services/rpc.c
@@
-541,7
+541,7
@@
DWORD svcctl_ChangeServiceConfigW(
if (!validate_service_config(&new_entry))
{
- WINE_ERR("The configuration after the change wouldn't be valid");
+ WINE_ERR("The configuration after the change wouldn't be valid
\n
");
service_unlock(service->service_entry);
return ERROR_INVALID_PARAMETER;
}
@@
-1348,7
+1348,7
@@
DWORD RPC_MainLoop(void)
if ((err = RpcServerRegisterIf(svcctl_v2_0_s_ifspec, 0, 0)) != ERROR_SUCCESS)
{
- WINE_ERR("RpcServerRegisterIf failed with error %u", err);
+ WINE_ERR("RpcServerRegisterIf failed with error %u
\n
", err);
return err;
}