Log ID as well.

This commit is contained in:
Themaister 2014-04-12 13:25:48 +02:00
parent 314449a9ce
commit a14f0a2760

View File

@ -1286,7 +1286,7 @@ static void init_controllers(void)
if (device == RETRO_DEVICE_NONE)
RARCH_LOG("Disconnecting device from port %u.\n", i + 1);
else
RARCH_LOG("Connecting %s to port %u.\n", ident, i + 1);
RARCH_LOG("Connecting %s (ID: %u) to port %u.\n", ident, device, i + 1);
}
}