(Menu entries) Add some more to logging

This commit is contained in:
twinaphex 2015-06-07 18:38:24 +02:00
parent afa9b67f12
commit 04a0585bbe

View File

@ -197,6 +197,10 @@ static void menu_entries_cbs_init_log(int ret,
switch (ret)
{
case 0:
#ifdef DEBUG_LOG
RARCH_WARN("Found %s bind (label: [%s], elem0: [%s], elem1: [%s], type: [%d]).\n",
bind_label, label, elem0, elem1, type);
#endif
break;
default:
#ifdef DEBUG_LOG