diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-08 18:36:28 +0100 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-08 18:36:28 +0100 |
commit | 76efba9975aa61c1f247b875ccebaddd0d2036c6 (patch) | |
tree | b760fc5c42ecada53d881e70a9c84340cbe8a465 /src/utils.cpp | |
parent | d930ee6b9a52f0eb9939b3fe55afd2361944edb2 (diff) | |
download | dabmux-76efba9975aa61c1f247b875ccebaddd0d2036c6.tar.gz dabmux-76efba9975aa61c1f247b875ccebaddd0d2036c6.tar.bz2 dabmux-76efba9975aa61c1f247b875ccebaddd0d2036c6.zip |
insert hg revision into version string
Diffstat (limited to 'src/utils.cpp')
-rw-r--r-- | src/utils.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 9e87337..82cde96 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -3,8 +3,8 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Includes modifications - 2012, Matthias P. Braendli, matthias.braendli@mpb.li + Copyright (C) 2013, + Matthias P. Braendli, http://mpb.li, matthias.braendli@mpb.li */ /* This file is part of CRC-DabMux. @@ -47,12 +47,13 @@ time_t getDabTime() void header_message() { etiLog.printHeader(TcpLog::INFO, - "Welcome to %s %s, compiled at %s, %s\n\n", - PACKAGE_NAME, PACKAGE_VERSION, __DATE__, __TIME__); + "Welcome to %s %s%s, compiled at %s, %s\n\n", + PACKAGE_NAME, PACKAGE_VERSION, HGVERSION, __DATE__, __TIME__); etiLog.printHeader(TcpLog::INFO, "Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012\n" "Her Majesty the Queen in Right of Canada,\n" - "(Communications Research Centre Canada) All rights reserved.\n\n"); + "(Communications Research Centre Canada) All rights reserved.\n\n" + "Copyright (C) 2013\nMatthias P. Braendli, http://mpb.li\n\n"); etiLog.printHeader(TcpLog::INFO, "Input URLs supported:"); #if defined(HAVE_INPUT_PRBS) etiLog.printHeader(TcpLog::INFO, " prbs"); |