[ros-diffs] [ion] 15400: Revert accidental commit
ion at svn.reactos.com
ion at svn.reactos.com
Wed May 18 23:28:14 CEST 2005
Revert accidental commit
Modified: trunk/reactos/subsys/system/services/database.c
_____
Modified: trunk/reactos/subsys/system/services/database.c
--- trunk/reactos/subsys/system/services/database.c 2005-05-18
21:23:54 UTC (rev 15399)
+++ trunk/reactos/subsys/system/services/database.c 2005-05-18
21:28:12 UTC (rev 15400)
@@ -702,13 +702,12 @@
ResumeThread(ProcessInformation.hThread);
/* Connect control pipe */
- DPRINT1("Connect named pipe\n")
if (ConnectNamedPipe(Service->ControlPipeHandle, NULL))
{
DWORD dwProcessId = 0;
DWORD dwRead = 0;
- DPRINT1("Control pipe connected!\n");
+ DPRINT("Control pipe connected!\n");
/* Read thread id from pipe */
if (!ReadFile(Service->ControlPipeHandle,
@@ -732,7 +731,7 @@
}
else
{
- DPRINT1("Connecting control pipe failed!\n");
+ DPRINT("Connecting control pipe failed!\n");
/* Close control pipe */
CloseHandle(Service->ControlPipeHandle);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050518/a91a3fd7/attachment.html
More information about the Ros-diffs
mailing list