Skip to content

Commit

Permalink
use more appropriate busy icon rather than error icon during prerequi…
Browse files Browse the repository at this point in the history
…site check
  • Loading branch information
Patrick Schleizer committed Apr 22, 2016
1 parent 9149d6b commit 3c2b84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/sdwdate
Expand Up @@ -514,7 +514,7 @@ def prerequisite_check():
stripped_message = sdwdate.strip_html(message)
print stripped_message
logger.warning(stripped_message)
icon = sdwdate.error_icon
icon = sdwdate.busy_icon
sdwdate.write_status(icon, message)
time.sleep(10)

Expand Down

0 comments on commit 3c2b84b

Please sign in to comment.