Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ppannuto committed Jun 13, 2013
1 parent dadec30 commit d2f20ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buses/bus.py
Expand Up @@ -270,7 +270,7 @@ def connection(self):
if args.BUS == "I2C":
bus = I2CBus(int(args.PORT), args.address)
else:
logger.error("Unknown BUS type: " + args.BUS)
logging.error("Unknown BUS type: " + args.BUS)
print parser.description
sys.exit(1)

Expand Down

0 comments on commit d2f20ce

Please sign in to comment.