diff --git a/timeshift-autosnap b/timeshift-autosnap
index 89bdd1a86d51afb4e9ca10c33de62d4434e424c9..dc89bbb4493d71af8b6b7f57e4aac30c227d009c 100755
--- a/timeshift-autosnap
+++ b/timeshift-autosnap
@@ -26,7 +26,7 @@ function get_property() {
 }
 
 if $(get_property "skipAutosnap" "boolean" "false") ; then
-    echo "==> skipping due skipAutosnap in $CONF_FILE set to TRUE." >&2; exit 0;
+    echo "==> skipping timeshift-autosnap due skipAutosnap in $CONF_FILE set to TRUE." >&2; exit 0;
 fi
 
 timeshift --create --comments "$SNAPSHOT_DESCRIPTION" || { echo "Please close Timeshift and try again. Script will now exit..." >&2; exit 1; }