| Index: chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| diff --git a/chromeos/network/onc/onc_translator_onc_to_shill.cc b/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| index 5dfdbb19d99e706dfef5045eeb28a5b1e5101939..0b9e924f428768601788843152cf7a47dfe93fb6 100644
|
| --- a/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| +++ b/chromeos/network/onc/onc_translator_onc_to_shill.cc
|
| @@ -219,7 +219,7 @@ void LocalTranslator::TranslateWithTableAndSet(
|
| // occurs, we should check here. Otherwise the failure will only show up much
|
| // later in Shill.
|
| LOG(ERROR) << "Value '" << onc_value
|
| - << " cannot be translated to Shill property "
|
| + << "' cannot be translated to Shill property "
|
| << shill_property_name;
|
| }
|
|
|
|
|