Reduce hamlib_settings to VERBOSE instead of ERR

pull/1091/head
Mike Black W9MDB 2022-07-08 11:43:54 -05:00
rodzic b1369f9458
commit 9f3314085a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1156,7 +1156,7 @@ HAMLIB_EXPORT(int) rig_settings_load_all(char *settings_file)
fp = fopen(settings_file, "r");
if (fp == NULL)
{
rig_debug(RIG_DEBUG_ERR, "%s: settings_file error(%s): %s\n", __func__,
rig_debug(RIG_DEBUG_VERBOSE, "%s: settings_file (%s): %s\n", __func__,
settings_file, strerror(errno));
return -RIG_EINVAL;
}