summaryrefslogtreecommitdiff
path: root/LibTSforge/SPP/SPPUtils.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/SPP/SPPUtils.cs')
-rw-r--r--LibTSforge/SPP/SPPUtils.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/SPP/SPPUtils.cs b/LibTSforge/SPP/SPPUtils.cs
index 1a6ef62..5621305 100644
--- a/LibTSforge/SPP/SPPUtils.cs
+++ b/LibTSforge/SPP/SPPUtils.cs
@@ -33,7 +33,7 @@ namespace LibTSforge.SPP
bool stopped = false;
- for (int i = 0; stopped == false && i < 360; i++)
+ for (int i = 0; stopped == false && i < 1080; i++)
{
try
{
@@ -48,7 +48,7 @@ namespace LibTSforge.SPP
}
catch (InvalidOperationException ex)
{
- Logger.WriteLine("Warning: Stopping sppsvc failed, retrying. Details:" + ex.Message);
+ Logger.WriteLine("Warning: Stopping sppsvc failed, retrying. Details: " + ex.Message);
System.Threading.Thread.Sleep(500);
continue;
}