Skip to content

Commit

Permalink
Minor patch to output of --op=list-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
skarra committed Aug 30, 2013
1 parent 41d534e commit ef9fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asynk/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def list_profiles (self):

def list_profile_names (self):
for key in self.get_profiles().keys():
logging.info('%s', key)
logging.info('Profile: %s', key)

def show_profile (self, name):
profile = self.get_profiles()[name]
Expand Down

0 comments on commit ef9fb2e

Please sign in to comment.