simple_display: fix text while rc is locked

Origin commit data
------------------
Branch: ni/coolstream
Commit: 14861ec924
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-01 (Wed, 01 Nov 2017)

Origin message was:
------------------
- simple_display: fix text while rc is locked

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-01 15:41:34 +01:00
parent 3f1cee6a3b
commit 44a3a291ac

View File

@@ -425,7 +425,7 @@ void CVFD::showRCLock(int duration)
display(g_Locale->getText(LOCALE_RCLOCK_LOCKED));
sleep(duration);
display(display_text);
display(servicename.c_str());
}
/* update is default true, the mute code sets it to false