Use SkColorSpacePrintf instead of SkDebugf

TBR=reed@google.com

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1828503002

Review URL: https://codereview.chromium.org/1828503002
This commit is contained in:
msarett 2016-03-22 14:30:27 -07:00 committed by Commit bot
parent fe170d28d7
commit 1cf632500a

View File

@ -174,7 +174,7 @@ sk_sp<SkColorSpace> SkColorSpace::NewNamed(Named named) {
#define return_null(msg) \
do { \
SkDebugf("Invalid ICC Profile: %s.\n", (msg)); \
SkColorSpacePrintf("Invalid ICC Profile: %s.\n", (msg)); \
return nullptr; \
} while (0)