diff --git a/updater.lua b/updater.lua
index bdf3854..5b51375 100644
--- a/updater.lua
+++ b/updater.lua
@@ -32,5 +32,6 @@ if manifest_json.version ~= CURRENT_CLIENT_VERSION then
   print("Rebooting device in 5 seconds.")
   sleep(5)
   os.reboot()
-
+else
+  print("No update availiable")
 end
\ No newline at end of file