[chronojump] Better messages on raceAnalyzer capture end
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Better messages on raceAnalyzer capture end
- Date: Thu, 14 Feb 2019 13:16:19 +0000 (UTC)
commit c97076e126e2c3a4cb13c9f111ccf19b5f7314c6
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Feb 14 14:15:40 2019 +0100
Better messages on raceAnalyzer capture end
src/gui/runEncoder.cs | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/runEncoder.cs b/src/gui/runEncoder.cs
index 9ec64ebc..53fcbb00 100644
--- a/src/gui/runEncoder.cs
+++ b/src/gui/runEncoder.cs
@@ -391,6 +391,7 @@ public partial class ChronoJumpWindow
while(! File.Exists(UtilEncoder.GetSprintEncoderImage()) &&
DateTime.Now.Subtract(runEncoderGraphStarted).TotalSeconds < 5)
Thread.Sleep(500);
+ captureEndedMessage = "Data on raceAnalyzer folder";
if(File.Exists(UtilEncoder.GetSprintEncoderImage()))
{
LogB.Information("File exists on png, trying to copy");
@@ -400,14 +401,14 @@ public partial class ChronoJumpWindow
lastRunEncoderFile + //nameDate
".png",
true); //can be overwritten
- captureEndedMessage = " (Everything Ok. png on runEncoder folder)";
+ captureEndedMessage += " (png too)";
} catch {
LogB.Information("Couldn't copy the file");
- captureEndedMessage = " (Crated png but only on /tmp, could not copy
file)";
+ captureEndedMessage += " (Created png but only on tmp folder, could
not copy file)";
}
} else {
LogB.Information("File does not exist on png (after 5 seconds)");
- captureEndedMessage = "(png not created, problem doing the graph)";
+ captureEndedMessage += " (png not created, problem doing the graph)";
}
capturingRunEncoder = arduinoCaptureStatus.COPIED_TO_TMP;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]