From 82bb39f14f34fef9b08d1c11c1c7704a71d590cb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 24 Jan 2016 00:41:55 +0100 Subject: [PATCH 1/1] handler_paste: print URL in debug output --- bin/fcscs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fcscs b/bin/fcscs index ade298a..e2a89b7 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -729,7 +729,7 @@ sub handler_paste { 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($_) } ( -- 2.43.2