[gnome-logs] Correct a wrong comment in gl-journal.c



commit 3b006016e12db6cdb5f30494f8bf0a1525b59fd3
Author: Jonathan Kang <jonathan121537 gmail com>
Date:   Wed Sep 9 16:25:53 2015 +0800

    Correct a wrong comment in gl-journal.c

 src/gl-journal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gl-journal.c b/src/gl-journal.c
index a8dd044..a9a459e 100644
--- a/src/gl-journal.c
+++ b/src/gl-journal.c
@@ -178,7 +178,7 @@ gl_journal_get_boots (GlJournal *journal)
         r = sd_journal_seek_tail (priv->journal);
         if (r < 0)
         {
-            g_warning ("Error seeking to the beginning of the journal: %s\n",
+            g_warning ("Error seeking to the end of the journal: %s\n",
                        g_strerror (-r));
         }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]