Change "Status" to "State" to ease parsing of output (prevent conflict with the status of the command).

This commit is contained in:
Ghislain MARY 2012-08-24 17:25:07 +02:00
parent b33807a583
commit 566071b2ea

View file

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