[Tween-svn] [1418] UserStreamループのデバッグログ出力をコメントアウト

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 1月 28日 (金) 20:16:40 JST


Revision: 1418
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1418
Author:   kiri_feather
Date:     2011-01-28 20:16:40 +0900 (Fri, 28 Jan 2011)

Log Message:
-----------
UserStreamループのデバッグログ出力をコメントアウト

Modified Paths:
--------------
    trunk/Tween/Twitter.vb


-------------- next part --------------
Modified: trunk/Tween/Twitter.vb
===================================================================
--- trunk/Tween/Twitter.vb	2011-01-27 17:43:12 UTC (rev 1417)
+++ trunk/Tween/Twitter.vb	2011-01-28 11:16:40 UTC (rev 1418)
@@ -3082,14 +3082,14 @@
                         Exit Do
                     ElseIf ex.Status = WebExceptionStatus.Timeout Then
                         RaiseEvent Stopped()
-                        TraceOut("Stop:Timeout")
+                        'TraceOut("Stop:Timeout")
                         Thread.Sleep(10 * 1000)
                     ElseIf ex.Response IsNot Nothing AndAlso CType(ex.Response, HttpWebResponse).StatusCode = 420 Then
-                        TraceOut("Stop:Connection Limit")
+                        'TraceOut("Stop:Connection Limit")
                         Exit Do
                     Else
                         RaiseEvent Stopped()
-                        TraceOut("Stop:WebException " & ex.Status.ToString)
+                        'TraceOut("Stop:WebException " & ex.Status.ToString)
                         Thread.Sleep(10 * 1000)
                     End If
                 Catch ex As ThreadAbortException
@@ -3099,7 +3099,7 @@
                         Exit Do
                     Else
                         RaiseEvent Stopped()
-                        TraceOut("Stop:IOException with Active." + Environment.NewLine + ex.Message)
+                        'TraceOut("Stop:IOException with Active." + Environment.NewLine + ex.Message)
                         Thread.Sleep(10 * 1000)
                     End If
                 Catch ex As ArgumentException



Tween-svn メーリングリストの案内
Back to archive index