From 8e224839149b1ec40dbd4d7c621fc0ad29464833 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Wed, 22 Oct 2014 15:41:23 +0200 Subject: Changed name to id for channels --- src/drumkitparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drumkitparser.cc b/src/drumkitparser.cc index 1fabbb8..f04f710 100644 --- a/src/drumkitparser.cc +++ b/src/drumkitparser.cc @@ -299,7 +299,7 @@ void DrumKitParser::endTag(std::string name) } if(c->num == NO_CHANNEL) { DEBUG(kitparser, "Missing channel '%s' in instrument '%s'\n", - c->name.c_str(), i->name().c_str()); + c->name.c_str(), i->id().c_str()); } else { /* DEBUG(kitparser, "Assigned channel '%s' to number %d in instrument '%s'\n", -- cgit v1.2.3