From fcb5f7bf36cb77a359fd3fb01af7bf0140da16be Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Wed, 2 Nov 2016 13:17:10 -0700 Subject: AAPT: fix error message Test: none Bug:9779154 Change-Id: Iebda7d4f0061cdc51db0103977195964fcc1211d --- tools/aapt/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aapt/Command.cpp') diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index 9b62e14d96a2..2e34197e97aa 100644 --- a/tools/aapt/Command.cpp +++ b/tools/aapt/Command.cpp @@ -803,7 +803,7 @@ int doDump(Bundle* bundle) ResXMLTree tree(dynamicRefTable); asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER); if (asset == NULL) { - fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname); + fprintf(stderr, "ERROR: dump failed because resource %s not found\n", resname); goto bail; } -- cgit v1.2.3