Skip to content

Commit

Permalink
Fix logging level for a statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Henrie committed Mar 28, 2013
1 parent 8560444 commit cd94428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ion/services/sa/process/data_process_management_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def delete_data_process(self, data_process_id=""):

try:
self.deactivate_data_process(data_process_id=data_process_id)
log.warn('Deleteing activated data process...')
log.debug('Deleteing activated data process...')
except BadRequest:
pass

Expand Down

0 comments on commit cd94428

Please sign in to comment.