mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix(touchpanel): update log messages to use resolved app URL instead of feedback string
This commit is contained in:
parent
dbd9ad5f25
commit
ab7453d39d
1 changed files with 2 additions and 2 deletions
|
|
@ -498,11 +498,11 @@ namespace PepperDash.Essentials.Touchpanel
|
||||||
{
|
{
|
||||||
var appUrl = GetUrlWithCorrectIp(_appUrl);
|
var appUrl = GetUrlWithCorrectIp(_appUrl);
|
||||||
|
|
||||||
this.LogInformation("Sending {appUrl} on join 1", AppUrlFeedback.StringValue);
|
this.LogInformation("Sending {appUrl} on join 1", appUrl);
|
||||||
|
|
||||||
if (Panel.StringInput[1].StringValue == appUrl)
|
if (Panel.StringInput[1].StringValue == appUrl)
|
||||||
{
|
{
|
||||||
this.LogInformation("App URL already set to {appUrl}, no update needed", AppUrlFeedback.StringValue);
|
this.LogInformation("App URL already set to {appUrl}, no update needed", appUrl);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue