Add 'Label' to modifier group log message.
This commit is contained in:
@@ -4145,7 +4145,7 @@ ModifierGroup *modifier_linkable_list()
|
|||||||
group[i].settings_amt = 0;
|
group[i].settings_amt = 0;
|
||||||
|
|
||||||
debug_msg(DEBUG_MSG2HOST|DEBUG_GROUP,
|
debug_msg(DEBUG_MSG2HOST|DEBUG_GROUP,
|
||||||
"ID: %4d Position: %2d Label: %s",
|
"ID: %4d Position: %2d: %s",
|
||||||
id, position, modifier ? modifier->label : NULL);
|
id, position, modifier ? modifier->label : NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user