Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1aa72f7e
Commit
1aa72f7e
authored
Apr 07, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
services: Add a trailing '\n' to a couple of Wine traces.
parent
7d95c210
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rpc.c
programs/services/rpc.c
+2
-2
No files found.
programs/services/rpc.c
View file @
1aa72f7e
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment