svn commit: r50832 - head/share/misc

Wolfram Schneider wosch at FreeBSD.org
Wed Sep 13 09:02:07 UTC 2017


Author: wosch
Date: Wed Sep 13 09:02:06 2017
New Revision: 50832
URL: https://svnweb.freebsd.org/changeset/doc/50832

Log:
  show filename in error message

Modified:
  head/share/misc/epsgeom

Modified: head/share/misc/epsgeom
==============================================================================
--- head/share/misc/epsgeom	Tue Sep 12 21:06:09 2017	(r50831)
+++ head/share/misc/epsgeom	Wed Sep 13 09:02:06 2017	(r50832)
@@ -56,7 +56,7 @@ while(<IN>) {
 close IN;
 
 if (not defined($x)) {
-	die "Error: no BoundingBox found.\n";
+	die "Error: no BoundingBox found: $file\n";
 }
 
 $width -= $x;


More information about the svn-doc-all mailing list