diff --git a/firestarter2.bash b/firestarter2.bash
index 058f051..0c679bd 100755
--- a/firestarter2.bash
+++ b/firestarter2.bash
@@ -430,7 +430,7 @@ step_execute() {
 		if gettarget "$file"; then
 			# It's a defaults file with a selected target
 			target="$_return"
-			log "$filename: \"$target\""
+			log "Found target for $filename: \"$target\""
 			[ -n "$_optdryrun" ] && continue
 			if [ -f "$logfile" ]; then
 				[ -f "$logfile.old" ] && rm "$logfile.old"