Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-13 23:25:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-13 23:25:21 (GMT)
commit3fdb5129c36303632839aa9453b4d540961fe345 (patch)
tree79f8d149753cc8d3c6fb60a4288bc2c2f95b7b69
parent41016acae3e8ac04a9f31e9fa1d387f5b3b00afc (diff)
Log check-system
-rwxr-xr-xcommands/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/check-system b/commands/check-system
index 89c3596..4ea45d6 100755
--- a/commands/check-system
+++ b/commands/check-system
@@ -21,4 +21,4 @@ check_args = {"update": args.update,
"test": args.test,
"interactive": interactive}
-common.setup(check_args=check_args)
+common.setup(log_name="check-system", check_args=check_args)