[ros-diffs] [fireball] 31716: - Add missing \n to the debug print.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri Jan 11 14:15:54 CET 2008


Author: fireball
Date: Fri Jan 11 16:15:53 2008
New Revision: 31716

URL: http://svn.reactos.org/svn/reactos?rev=31716&view=rev
Log:
- Add missing \n to the debug print.

Modified:
    trunk/reactos/dll/win32/lsasrv/lsarpc.c

Modified: trunk/reactos/dll/win32/lsasrv/lsarpc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/lsasrv/lsarpc.c?rev=31716&r1=31715&r2=31716&view=diff
==============================================================================
--- trunk/reactos/dll/win32/lsasrv/lsarpc.c (original)
+++ trunk/reactos/dll/win32/lsasrv/lsarpc.c Fri Jan 11 16:15:53 2008
@@ -118,7 +118,7 @@
         return;
     }
 
-    DPRINT("LsarStartRpcServer() done");
+    DPRINT("LsarStartRpcServer() done\n");
 }
 
 /* Function 0 */




More information about the Ros-diffs mailing list