From 5462687f1f2c7b24ebc1d3f1938701cdcb8ca9bf Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 21 Jul 2013 16:39:57 +0200 Subject: [PATCH] Log startup --- ioncore/ioncore.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ioncore/ioncore.c b/ioncore/ioncore.c index db7a0bda..9f400984 100644 --- a/ioncore/ioncore.c +++ b/ioncore/ioncore.c @@ -63,6 +63,7 @@ #include "exec.h" #include "screen-notify.h" #include "key.h" +#include "log.h" #include "../version.h" @@ -602,6 +603,8 @@ bool ioncore_startup(const char *display, const char *cfgfile, WRootWin *rootwin; sigset_t inittrap; + LOG(INFO, GENERAL, TR("Starting Notion")); + /* Don't trap termination signals just yet. */ sigemptyset(&inittrap); sigaddset(&inittrap, SIGALRM); -- 2.11.4.GIT