Browse Source

Only invite to use -v if not already used

pull/54/head
Louis 10 years ago
parent
commit
2ac37a4b25
  1. 1
      songbook

1
songbook

@ -133,6 +133,7 @@ def main():
sb_builder.build_steps(options.steps)
except errors.SongbookError as error:
LOGGER.error(error)
if LOGGER.level >= logging.INFO:
LOGGER.error(
"Running again with option '-v' may give more information."
)

Loading…
Cancel
Save