Skip to content

Commit

Permalink
Updated IWS restart message
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueProeliator committed May 15, 2022
1 parent 8c50cc0 commit d67a14a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -362,7 +362,7 @@ def updateIWSPlugin(self):
# execute the directory copy now...
try:
copy_tree(mainPluginHome, iwsPluginHome, preserve_mode=1)
self.logger.info("AndroidClientHelper successfully installed/updated. Restarting Indigo IWS server to complete install.")
self.logger.info("AndroidClientHelper successfully installed/updated. Restart Indigo IWS server to complete install.")
self.restartIWS()
except:
self.logger.error("Error copying AndroidClientHelper, AndroidClientHelper IWS plugin install could not complete.")
Expand Down

0 comments on commit d67a14a

Please sign in to comment.