Write arg.profile and not the HTML element profile to log

This commit is contained in:
mmcwilliams 2019-03-08 22:32:43 -05:00
parent ede29216f7
commit e186b1b9fc
1 changed files with 1 additions and 1 deletions

View File

@ -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) {