[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 140
Author: nicolaf
Date: 2009-03-27 04:34:52 +0100 (Fri, 27 Mar 2009)
Log Message:
-----------
bug ?
Modified Paths:
--------------
trunk/src/lib/ogp/plugins/motd/motd.py
Modified: trunk/src/lib/ogp/plugins/motd/motd.py
===================================================================
--- trunk/src/lib/ogp/plugins/motd/motd.py 2009-03-27 03:32:13 UTC (rev 139)
+++ trunk/src/lib/ogp/plugins/motd/motd.py 2009-03-27 03:34:52 UTC (rev 140)
@@ -78,6 +78,8 @@
else:
distro = None
+ print distro
+
if distro == 'debian':
f = open(prefix + 'motd.tail','w')
f.write(motd)