From b7950517a055b6aee4d0806e32dbd466a6ae59d0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 13:41:39 +0100 Subject: README.md: Add some manual line breaks. --- src/alarm-queue-simple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alarm-queue-simple.cpp') diff --git a/src/alarm-queue-simple.cpp b/src/alarm-queue-simple.cpp index 652d744..b535603 100644 --- a/src/alarm-queue-simple.cpp +++ b/src/alarm-queue-simple.cpp @@ -95,7 +95,7 @@ private: // idle until the next alarm if ((alarm = find_next_alarm(appointments))) { - g_debug ("setting timer to wake up for next appointment '%s' at %s", + g_debug ("setting timer to wake up for next appointment '%s' at %s", alarm->text.c_str(), alarm->time.format("%F %T").c_str()); -- cgit v1.2.3