mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Change "Status" to "State" to ease parsing of output (prevent conflict with the status of the command).
This commit is contained in:
parent
b33807a583
commit
566071b2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ public:
|
|||
|
||||
void IPv6CommandPrivate::outputIPv6(Daemon* app, ostringstream& ost) {
|
||||
bool ipv6_enabled = linphone_core_ipv6_enabled(app->getCore()) == TRUE ? true : false;
|
||||
ost << "Status: ";
|
||||
ost << "State: ";
|
||||
if (ipv6_enabled) {
|
||||
ost << "enabled\n";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue