forked from organicmaps/organicmaps
[platform] Fix typo.
This commit is contained in:
parent
3732ae40a1
commit
cf732e8439
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
|||
else
|
||||
{
|
||||
LOG(LERROR, ("An error has occurred on the read stream."));
|
||||
#ifdef OMIN_PRODUCTION
|
||||
#ifdef OMIM_PRODUCTION
|
||||
LOG(LERROR, (self.inputStream.streamError));
|
||||
#else
|
||||
NSLog(@"%@", self.inputStream.streamError);
|
||||
|
@ -138,7 +138,7 @@
|
|||
else
|
||||
{
|
||||
LOG(LERROR, ("An error has occurred on the write stream."));
|
||||
#ifdef OMIN_PRODUCTION
|
||||
#ifdef OMIM_PRODUCTION
|
||||
LOG(LERROR, (self.outputStream.streamError));
|
||||
#else
|
||||
NSLog(@"%@", self.outputStream.streamError);
|
||||
|
|
Loading…
Add table
Reference in a new issue