[chronojump] Minor fix in logs
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor fix in logs
- Date: Sat, 17 Jan 2015 12:06:43 +0000 (UTC)
commit aa525d18d1985d8ffd337976f4495aceb363597a
Author: Xavier de Blas <xaviblas gmail com>
Date: Sat Jan 17 13:06:05 2015 +0100
Minor fix in logs
src/logB.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/logB.cs b/src/logB.cs
index d7653ed..61709e2 100644
--- a/src/logB.cs
+++ b/src/logB.cs
@@ -124,7 +124,7 @@ public static class LogB
public static void Commit(LogEntryType type, string message, string details, bool showUser)
{
if(message == null)
- return;
+ message = "";
if(type == LogEntryType.Debug && !Debugging) {
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]