[Pcsclite-cvs-commit] PCSC/src powermgt_macosx.c,1.11,1.12

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Fri, 16 Jan 2004 09:08:05 +0100


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv20478/src

Modified Files:
	powermgt_macosx.c 
Log Message:
Modify the output of the debug message.

Index: powermgt_macosx.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/powermgt_macosx.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- powermgt_macosx.c	8 Sep 2003 11:21:49 -0000	1.11
+++ powermgt_macosx.c	16 Jan 2004 08:08:01 -0000	1.12
@@ -78,7 +78,7 @@
     root_port = IORegisterForSystemPower (0,&notify,PMPowerEventCallback,&anIterator);
   
     if ( root_port == NULL ) {
-            printf("IORegisterForSystemPower failed\n");
+            DebugLogA("IORegisterForSystemPower failed");
             return;
     }