diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ck-history.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/ck-history.c b/tools/ck-history.c index 0629bdf..b9533a3 100644 --- a/tools/ck-history.c +++ b/tools/ck-history.c @@ -46,7 +46,7 @@ typedef enum {          REPORT_TYPE_LOG,  } ReportType; -#define DEFAULT_LOG_FILENAME LOCALSTATEDIR "/run/ConsoleKit/history" +#define DEFAULT_LOG_FILENAME LOCALSTATEDIR "/log/ConsoleKit/history"  #define MAX_LINE_LEN 2048  static GList *all_events = NULL; | 
