diff options
-rwxr-xr-x | firstaidkit | 2 |
1 files changed, 1 insertions, 1 deletions
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 |