commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7014 - trunk/gnue-common/src/apps


From: btami
Subject: [gnue] r7014 - trunk/gnue-common/src/apps
Date: Fri, 11 Feb 2005 15:09:29 -0600 (CST)

Author: btami
Date: 2005-02-11 15:09:28 -0600 (Fri, 11 Feb 2005)
New Revision: 7014

Modified:
   trunk/gnue-common/src/apps/GBaseApp.py
Log:
fixed typo

Modified: trunk/gnue-common/src/apps/GBaseApp.py
===================================================================
--- trunk/gnue-common/src/apps/GBaseApp.py      2005-02-11 20:07:56 UTC (rev 
7013)
+++ trunk/gnue-common/src/apps/GBaseApp.py      2005-02-11 21:09:28 UTC (rev 
7014)
@@ -485,7 +485,7 @@
             'Parameter "%s" specified, but no value supplied.' % psplit[0]
       parameters[string.lower(psplit[0])] = psplit[1]
 
-      gDebugg(2,'Param "%s"="%s" ' % \
+      gDebug(2,'Param "%s"="%s" ' % \
                          (string.lower(psplit[0]), psplit[1]))
     return parameters
 





reply via email to

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