From: Kevron Rees Date: Wed, 24 Jul 2013 17:07:57 +0000 (-0700) Subject: always print version in debug output. use DebugOut instead of cout/cerr X-Git-Tag: accepted/tizen/20131016.224205~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42bf1a5d7d003b52de222917c8f16e05a97c83cc;p=profile%2Fivi%2Fautomotive-message-broker.git always print version in debug output. use DebugOut instead of cout/cerr --- diff --git a/ambd/main.cpp b/ambd/main.cpp index ce87e27..c768ea4 100644 --- a/ambd/main.cpp +++ b/ambd/main.cpp @@ -76,6 +76,12 @@ static const struct option longopts[] = { { NULL, 0, NULL, 0 } ///< End }; +void printVersion() +{ + DebugOut(0)<