From 2479571f77597141a213cbb771cde3ba88d16eef Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 30 May 2008 17:38:13 +0200 Subject: Lets not have a milion log files in the current directory. --- firstaidkit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstaidkit b/firstaidkit index 41f7d46..b194d3a 100755 --- a/firstaidkit +++ b/firstaidkit @@ -236,7 +236,7 @@ if __name__=="__main__": except IOError, ioe: if ioe[0] == 13: #This is probably because the user is not root. - Config.log.filename = "firstaidkit-" + "%s" % os.getpid() + Config.log.filename = "firstaidkit.log" initLogger(Config) else: print ioe -- cgit