From 58f06a88d2e60cf9f839658f944f06c9ba85a2f5 Mon Sep 17 00:00:00 2001 From: div0 Date: Tue, 9 Jun 2009 11:42:54 +0000 Subject: [PATCH] better error message git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6941 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- misc/tools/midi2cfg.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/midi2cfg.pl b/misc/tools/midi2cfg.pl index a9ea6458d..17950f170 100644 --- a/misc/tools/midi2cfg.pl +++ b/misc/tools/midi2cfg.pl @@ -117,7 +117,7 @@ sub busybot_findfree($$$) } 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($$) -- 2.39.2