Add 'Label' to modifier group log message.

This commit is contained in:
Tim LaBerge
2012-03-31 17:45:12 -07:00
parent 122bbcd823
commit 1205a1639d

View File

@@ -4145,7 +4145,7 @@ ModifierGroup *modifier_linkable_list()
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);
}