]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
handler_paste: print URL in debug output
authorSimon Ruderich <simon@ruderich.org>
Sat, 23 Jan 2016 23:41:55 +0000 (00:41 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 23 Jan 2016 23:41:55 +0000 (00:41 +0100)
bin/fcscs

index ade298a6114e57a3d8ee7a77b1fff068fc1f041d..e2a89b71b3d649fc9af254b3c1e0571cf129eee2 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -729,7 +729,7 @@ sub handler_paste {
 sub handler_url {
     my ($screen, $config, $match) = @_;
 
 sub handler_url {
     my ($screen, $config, $match) = @_;
 
-    debug $config, 'handler_url', 'started';
+    debug $config, 'handler_url', "opening $match->{value}";
 
     run_in_background($config, sub {
         my @cmd = map { $screen->encode($_) } (
 
     run_in_background($config, sub {
         my @cmd = map { $screen->encode($_) } (