diff --git a/plugin/src/Plugin.lua b/plugin/src/Plugin.lua index a54adb93..fa0f4c72 100644 --- a/plugin/src/Plugin.lua +++ b/plugin/src/Plugin.lua @@ -122,7 +122,7 @@ function Plugin:stopPolling() return Promise.resolve(false) end - print("Rojo Stopped polling server for changes.") + print("Rojo: Stopped polling server for changes.") self._polling = false self._label.Enabled = false