aboutsummaryrefslogtreecommitdiff
path: root/linaro-hwpack-create
diff options
context:
space:
mode:
authorJames Westby <james.westby@linaro.org>2011-05-25 11:47:02 -0400
committerJames Westby <james.westby@linaro.org>2011-05-25 11:47:02 -0400
commit4c1da642be17e1cd332b89eaa2e62682af4021d6 (patch)
tree92b4c9b7cedae1ad25f0bc0b9deb0435bcf05a8e /linaro-hwpack-create
parentdae0244a124bca678a177089b887afa413403504 (diff)
Fix the logging output from linaro-hwpack-create.
Diffstat (limited to 'linaro-hwpack-create')
-rwxr-xr-xlinaro-hwpack-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro-hwpack-create b/linaro-hwpack-create
index ee89571..4570751 100755
--- a/linaro-hwpack-create
+++ b/linaro-hwpack-create
@@ -48,7 +48,7 @@ if __name__ == '__main__':
ch.setLevel(logging.INFO)
formatter = logging.Formatter("%(message)s")
ch.setFormatter(formatter)
- logger = logging.getLogger("hwpack")
+ logger = logging.getLogger("linaro_image_tools")
logger.setLevel(logging.INFO)
logger.addHandler(ch)
if args.debug: