aboutsummaryrefslogtreecommitdiff
path: root/src/alarm-queue-simple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/alarm-queue-simple.cpp')
-rw-r--r--src/alarm-queue-simple.cpp2
1 files changed, 1 insertions, 1 deletions
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());