summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/Daemon.cpp')
-rw-r--r--src/Daemon/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index 0a16d84..ade419a 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -530,7 +530,7 @@ static gboolean handle_event_cb(GIOChannel *gio, GIOCondition condition, gpointe
if (!(event->mask & IN_ISDIR))
{
// Happens all the time during normal run
- //VERB3 log("File '%s' creation detectenamed, ignoring", name);
+ //VERB3 log("File '%s' creation detected, ignoring", name);
continue;
}