diff --git a/symlink-images-by-aspect-ratio.pl b/symlink-images-by-aspect-ratio.pl index 5b82e81..99756a3 100755 --- a/symlink-images-by-aspect-ratio.pl +++ b/symlink-images-by-aspect-ratio.pl @@ -122,7 +122,8 @@ foreach my $f (keys %$files) { my $symlink_dst = File::Spec->abs2rel( File::Spec->rel2abs($f), File::Spec->rel2abs($symlink_dir) - ); msg_debug "\$symlink_dst='$symlink_dst' "; + ); + msg_debug "\$symlink_dst='$symlink_dst' "; msg_debug "\n"; # Create the symlink.