X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fmain.c;h=1327a8240a6327882cb237a3800cf8b39224ffc3;hp=9f6d511f3a4b557ad0fa6831e8a068b8cdb65637;hb=011e995ee05e3fd9a990a39c85d4b279e16fd86e;hpb=ee82a6d611fb17b94462b7b2a87b0b5cc3ec1178 diff --git a/src/main.c b/src/main.c index 9f6d511..1327a82 100644 --- a/src/main.c +++ b/src/main.c @@ -51,7 +51,7 @@ int debug(char *fmt, ...) /* Open log file */ if (!debug_fd) - debug_fd = fopen("acal.log", "w+"); + debug_fd = fopen("lackey.log", "w+"); /* Log to debug file */ va_start(ap, fmt);