From d67a14a46ea665aa2bd50216c737a3929338a97c Mon Sep 17 00:00:00 2001 From: aashe Date: Sun, 15 May 2022 00:38:19 -0500 Subject: [PATCH] Updated IWS restart message --- .../Contents/Server Plugin/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DomoPad Mobile Client Plugin.indigoPlugin/Contents/Server Plugin/plugin.py b/DomoPad Mobile Client Plugin.indigoPlugin/Contents/Server Plugin/plugin.py index fb1d5da..8203152 100644 --- a/DomoPad Mobile Client Plugin.indigoPlugin/Contents/Server Plugin/plugin.py +++ b/DomoPad Mobile Client Plugin.indigoPlugin/Contents/Server Plugin/plugin.py @@ -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.")