summaryrefslogtreecommitdiff
path: root/src/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notify.c')
-rw-r--r--src/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notify.c b/src/notify.c
index b914a74420..1c18c6bc08 100644
--- a/src/notify.c
+++ b/src/notify.c
@@ -134,6 +134,7 @@ int main(int argc, char* argv[]) {
int r, retval = 1;
log_parse_environment();
+ log_open();
if ((r = parse_argv(argc, argv)) <= 0) {
retval = r < 0;