[nexuiz-commits] r6941 - trunk/misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jun 9 07:42:54 EDT 2009


Author: div0
Date: 2009-06-09 07:42:54 -0400 (Tue, 09 Jun 2009)
New Revision: 6941

Modified:
   trunk/misc/tools/midi2cfg.pl
Log:
better error message


Modified: trunk/misc/tools/midi2cfg.pl
===================================================================
--- trunk/misc/tools/midi2cfg.pl	2009-06-09 11:41:20 UTC (rev 6940)
+++ trunk/misc/tools/midi2cfg.pl	2009-06-09 11:42:54 UTC (rev 6941)
@@ -117,7 +117,7 @@
 	}
 	use Data::Dumper;
 	print STDERR Dumper $l;
-	die "No free channel found ($notes notes active)\n";
+	die "No free channel found at time $time ($notes notes active)\n";
 }
 
 sub busybot_find($$)



More information about the nexuiz-commits mailing list