[PATCH] svchost: Simplify error handling, fix trace message

Nikolay Sivov nsivov at codeweavers.com
Tue Apr 15 14:20:49 CDT 2014


Currently trace message is a bit misleading regarding group name:

---
003e:trace:svchost:LoadGroup Loading service group for L"netsvcs"
003e:trace:svchost:GetRegValue 
003e:trace:svchost:StartGroupServices Service group L"BITS" contains 3
services
003e:trace:svchost:AddServiceElem Adding element for L"BITS"
...
003e:trace:svchost:AddServiceElem Adding element for L"fontcache"
...
003e:trace:svchost:AddServiceElem Adding element for L"Schedule"
---

"BITS" is obviously not a group, but a first service name in a list.

---
 programs/svchost/svchost.c | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-svchost-Simplify-error-handling-fix-trace-message.patch
Type: text/x-patch
Size: 2026 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140415/b938d2c5/attachment-0001.bin>


More information about the wine-patches mailing list