Skip to content

Commit d6264c3

Browse files
committed
Autoconf logging cleanup
1 parent f851195 commit d6264c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/task_autodetect.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ static bool input_autoconfigure_scan_config_files_external(
354354
}
355355
string_list_free(config_file_list);
356356
config_file_list = NULL;
357-
RARCH_DBG("[Autoconf] Config files scanned: driver %s, pad name %s (%04x/%04x), phys %s, affinity %d\n",
357+
RARCH_DBG("[Autoconf] Config files scanned: driver \"%s\", pad name \"%s\" (%04x/%04x), phys %s, affinity %d.\n",
358358
autoconfig_handle->device_info.joypad_driver,
359359
autoconfig_handle->device_info.name,
360360
autoconfig_handle->device_info.vid, autoconfig_handle->device_info.pid,
@@ -493,7 +493,7 @@ static void reallocate_port_if_needed(
493493
if (!string_is_empty(settings_value))
494494
{
495495
RARCH_DBG("[Autoconf] Examining reserved device for player %d "
496-
"type %d: %s against %04x:%04x.\n",
496+
"type %d: \"%s\" against \"%04x:%04x\".\n",
497497
player+1,
498498
settings->uints.input_device_reservation_type[player],
499499
settings_value, vendor_id, product_id);

0 commit comments

Comments
 (0)