[Commits] (heikki) Silence the debug fixme notification - it still
needs to be fixed, though.
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 24 13:53:47 PDT 2004
Commit by: heikki
Modified files:
external/twisted/m2-patches 1.6 1.7
Log message:
Silence the debug fixme notification - it still needs to be fixed, though.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/twisted/m2-patches.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: external/twisted/m2-patches
diff -u external/twisted/m2-patches:1.6 external/twisted/m2-patches:1.7
--- external/twisted/m2-patches:1.6 Wed Aug 11 12:18:45 2004
+++ external/twisted/m2-patches Tue Aug 24 13:53:46 2004
@@ -279,8 +279,8 @@
+ l = -1
+ while l < 0:
+ l = self.writeSomeData(data)
-+ if l < 0:
-+ print '***retrying write - FIXME!***'
++ #if l < 0:
++ # print '***retrying write - FIXME!***'
if l == len(data):
# all data was sent, our work here is done
return
More information about the Commits
mailing list