diff --git a/backupninja b/backupninja
index 3cd3cae1a1e487d6de202ebd08bc15088c0cb05c..b7d4a149e2e73683745e92f224faf899abd1c71f 100755
--- a/backupninja
+++ b/backupninja
@@ -317,10 +317,12 @@ function process_action() {
 	elif [ $_warnings != 0 ]; then
 		msg "*warning* -- $file"
 		errormsg="$errormsg\n== warnings from $file ==\n\n$ret\n"
-	elif [ $retcode == 0 ]; then
-		msg "success -- $file"
 	else
-		msg "unknown -- $file"
+		msg "success -- $file"
+#	elif [ $retcode == 0 ]; then
+#		msg "success -- $file"
+#	else
+#		msg "unknown -- $file"
 	fi
 
 	let "fatals += _fatals"