Bug 574: Check whether the Console instance still exists before accessing it.
authorFlorian Forster <supertux@octo.it>
Thu, 11 Feb 2010 16:07:56 +0000 (16:07 +0000)
committerFlorian Forster <supertux@octo.it>
Thu, 11 Feb 2010 16:07:56 +0000 (16:07 +0000)
commit66f0d5ddf530aa29518056bde144c76ab700f157
tree1b2ebc684cf140b47288038ceec09d12e3739256
parenta7655ce3981d2136fb72ddf2e1ef6156655e3c10
Bug 574: Check whether the Console instance still exists before accessing it.

If the global Console instance doesn't exist anymore (or not yet), "std::cerr"
will be used instead.

Resolves: #574.

SVN-Revision: 6322
src/util/log.cpp