Commit b0f34a60 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

services.exe: Move a trace to a more appropriate place.

parent 3c79c2e8
......@@ -714,8 +714,6 @@ DWORD service_start(struct service_entry *service, DWORD service_argc, LPCWSTR *
err = ERROR_SERVICE_REQUEST_TIMEOUT;
}
WINE_TRACE("returning %d\n", err);
if (err == ERROR_SUCCESS)
err = service_wait_for_startup(service, process_handle);
......@@ -725,6 +723,8 @@ DWORD service_start(struct service_entry *service, DWORD service_argc, LPCWSTR *
ReleaseMutex(service->control_mutex);
scmdatabase_unlock_startup(service->db);
WINE_TRACE("returning %d\n", err);
return err;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment