diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-06 17:43:16 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-06 17:43:16 +0000 |
commit | 777af5520afead7113b5c8010012453e5ae74170 (patch) | |
tree | b66b9f11a514f3dbcb960063db7ddaed4ab9b204 /testing | |
parent | 015cce004909007099c4e1556a9d77639a28a170 (diff) | |
download | chromium_src-777af5520afead7113b5c8010012453e5ae74170.zip chromium_src-777af5520afead7113b5c8010012453e5ae74170.tar.gz chromium_src-777af5520afead7113b5c8010012453e5ae74170.tar.bz2 |
There are two places that log failure to start, tweak the message to tell
which one it was in logs.
Review URL: https://chromiumcodereview.appspot.com/10825199
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/iossim/iossim.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/iossim/iossim.mm b/testing/iossim/iossim.mm index 16c4508..c39e5a6 100644 --- a/testing/iossim/iossim.mm +++ b/testing/iossim/iossim.mm @@ -668,7 +668,7 @@ int main(int argc, char* const argv[]) { if (started) { [[NSRunLoop mainRunLoop] run]; } else { - LogError(@"Simulator failed to start: \"%@\" (%@:%ld)", + LogError(@"Simulator failed request to start: \"%@\" (%@:%ld)", [error localizedDescription], [error domain], static_cast<long int>([error code])); } |