From 2b309c06e552b2c1f272bd15d0edfb8efabe15e2 Mon Sep 17 00:00:00 2001 From: samme Date: Thu, 22 Feb 2018 09:28:02 -0800 Subject: [PATCH] Elevate console message for loading data URIs --- src/loader/File.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loader/File.js b/src/loader/File.js index 347f4a318..21289f1e5 100644 --- a/src/loader/File.js +++ b/src/loader/File.js @@ -272,7 +272,7 @@ var File = new Class({ if (this.src.indexOf('data:') === 0) { - console.log('Local data URI'); + console.warn('Local data URIs are not supported: ' + this.key); } else {