Add 'Label' to modifier group log message.

This commit is contained in:
Tim LaBerge
2012-03-31 17:45:12 -07:00
parent a073f5cde2
commit 87ae4cd280

View File

@@ -4193,7 +4193,7 @@ ModifierGroup *modifier_linkable_list(GString *msg)
group[i].settings_amt = 0;
debug_msg(DEBUG_MSG2HOST|DEBUG_GROUP,
"ID: %4d Position: %2d Label: %s",
"ID: %4d Position: %2d: %s",
id, position, modifier ? modifier->label : NULL);
}