From 844933e2dac22ed0406fa14eae49a96f2302dd1f Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 20 Feb 2023 19:43:23 +0000 Subject: [PATCH] mroe --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 2a29830..d8c2761 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -984,7 +984,7 @@ let anon_fun s = Not_found -> match args.inputs with | [] -> - Printf.eprintf "Warning: range ignored\n%!" + Printf.eprintf "Warning: range '%s' ignored\n%!" s | (a, _, d, e, f, g)::t -> args.inputs <- (a, fixdashes s, d, e, f, g)::t