From e186b1b9fc50a130cae725092b6f1febd06b4b58 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 8 Mar 2019 22:32:43 -0500 Subject: [PATCH] Write arg.profile and not the HTML element profile to log --- app/lib/ui/devices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/ui/devices.js b/app/lib/ui/devices.js index dd0d739..50ef34a 100644 --- a/app/lib/ui/devices.js +++ b/app/lib/ui/devices.js @@ -76,7 +76,7 @@ devices.ready = function (event, arg) { } if (arg && arg.profile) { $('#profile').val(arg.profile) - log.info(`Using configuration profile "${profile}"`, 'DEVICES', true, true); + log.info(`Using configuration profile "${arg.profile}"`, 'DEVICES', true, true); //devices.profile(arg.profile) } if (arg.projector_second) {