summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg.h
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-02-13 13:53:16 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2019-02-13 13:53:16 -0600
commit6ee5298e8932a29aa3bd312d73c3f03c99e2d4ed (patch)
tree36dee28308fc02a145fefb7c0c282b339552ca3a /ACE/ace/Log_Msg.h
parent3f608aa06daa804968d3d0c080056ecd0f77f55b (diff)
downloadATCD-6ee5298e8932a29aa3bd312d73c3f03c99e2d4ed.tar.gz
Log_Msg: Renable STDERR on Android
Diffstat (limited to 'ACE/ace/Log_Msg.h')
-rw-r--r--ACE/ace/Log_Msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Log_Msg.h b/ACE/ace/Log_Msg.h
index 6f06ca6af06..e6fde3d1226 100644
--- a/ACE/ace/Log_Msg.h
+++ b/ACE/ace/Log_Msg.h
@@ -162,7 +162,7 @@
#endif /* THREAD */
#ifdef ACE_ANDROID
-# define ACE_DEFAULT_LOG_FLAGS ACE_Log_Msg::SYSLOG
+# define ACE_DEFAULT_LOG_FLAGS ACE_Log_Msg::STDERR | ACE_Log_Msg::SYSLOG
#else
# define ACE_DEFAULT_LOG_FLAGS ACE_Log_Msg::STDERR
#endif