summaryrefslogtreecommitdiffstats
path: root/firstaidkit
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-05-30 17:38:13 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-05-30 17:38:13 +0200
commit2479571f77597141a213cbb771cde3ba88d16eef (patch)
treed94846e271a65652ebff7cc16dd8d7e38d5c7ae1 /firstaidkit
parent2ca0839adc44efeb29fded7b86c1306bc734e0cc (diff)
downloadfirstaidkit-2479571f77597141a213cbb771cde3ba88d16eef.tar.gz
firstaidkit-2479571f77597141a213cbb771cde3ba88d16eef.tar.xz
firstaidkit-2479571f77597141a213cbb771cde3ba88d16eef.zip
Lets not have a milion log files in the current directory.
Diffstat (limited to 'firstaidkit')
-rwxr-xr-xfirstaidkit2
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