aboutsummaryrefslogtreecommitdiffstats
path: root/WarframeClock/EeLogParser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WarframeClock/EeLogParser.cs')
-rw-r--r--WarframeClock/EeLogParser.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/WarframeClock/EeLogParser.cs b/WarframeClock/EeLogParser.cs
index 2a05810..ac89db8 100644
--- a/WarframeClock/EeLogParser.cs
+++ b/WarframeClock/EeLogParser.cs
@@ -106,7 +106,8 @@ namespace WarframeClock
lines++;
}
- Trace.WriteLine($"EE.log: Read {lines} lines");
+ if (lines > 0)
+ Trace.WriteLine($"EE.log: Read {lines} lines");
}
}
}