| Index: chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| index c0e832db85ab0d94853413a8c869e055dd201e68..2af5d8c51472e25afe81afd58f7b92dec25a071f 100644
|
| --- a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| @@ -1495,8 +1495,8 @@ void NetInternalsMessageHandler::OnImportONCFile(const ListValue* list) {
|
| if (!cros_network->LoadOncNetworks(onc_blob, passcode,
|
| chromeos::onc::ONC_SOURCE_USER_IMPORT,
|
| false)) { // allow web trust from policy
|
| - LOG(ERROR) << "Unable to load ONC.";
|
| - error = "Unable to load ONC configuration.";
|
| + error = "Errors occurred during the ONC import.";
|
| + LOG(ERROR) << error;
|
| }
|
|
|
| // Now that we've added the networks, we need to rescan them so they'll be
|
|
|