diff --git a/react/features/base/lib-jitsi-meet/functions.js b/react/features/base/lib-jitsi-meet/functions.js index dba6cf270..8f01b6cb8 100644 --- a/react/features/base/lib-jitsi-meet/functions.js +++ b/react/features/base/lib-jitsi-meet/functions.js @@ -22,7 +22,9 @@ export function loadConfig(host, configLocation = '/config.js') { return config; }) .catch(error => { - console.error('Failed to load config.js from remote server', error); + console.error( + `Failed to load ${configLocation} from ${host}`, + error); throw error; });