| Index: chrome/browser/resources/print_preview/data/destination_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
|
| index e26fd399352ff61a1b99898def8c13e985bd0cb1..446a567a765e937176258cde111853e2475c8d34 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js
|
| @@ -1600,7 +1600,7 @@ cr.define('print_preview', function() {
|
| * @private
|
| */
|
| onGetCapabilitiesFail_: function(event) {
|
| - console.error('Failed to get print capabilities for printer ' +
|
| + console.warn('Failed to get print capabilities for printer ' +
|
| event.destinationId);
|
| if (this.autoSelectMatchingDestination_ &&
|
| this.autoSelectMatchingDestination_.matchIdAndOrigin(
|
|
|