fix: Fix a warning related to an unused argument
In the weak loader_port_debug_print() function, the string argument was
not explicitly marked as unused and caused unnecessary warnings.
Closes https://github.com/espressif/esp-serial-flasher/issues/81