commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnue-common/gnue/common GDebug.py


From: Jason Cater
Subject: gnue/gnue-common/gnue/common GDebug.py
Date: Tue, 29 May 2001 18:07:43 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/05/29 18:07:42

Modified files:
        gnue-common/gnue/common: GDebug.py 

Log message:
        GDebug.printMesg now correctly handles printing types other than strings

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/gnue/common/GDebug.py.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/gnue-common/gnue/common/GDebug.py
diff -u gnue/gnue-common/gnue/common/GDebug.py:1.3 
gnue/gnue-common/gnue/common/GDebug.py:1.4
--- gnue/gnue-common/gnue/common/GDebug.py:1.3  Mon May 14 12:58:42 2001
+++ gnue/gnue-common/gnue/common/GDebug.py      Tue May 29 18:07:42 2001
@@ -95,7 +95,7 @@
       except: 
         file = ""
 
-      lines = string.split(message, '\n')
+      lines = string.split("%s" % message, '\n')
       for line in lines:
          _fh.write("DB%03d: %s%s\n" % (level, file, line))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]