summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 5675b1c..3e4c03b 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -3,7 +3,7 @@
2011, 2012 Her Majesty the Queen in Right of Canada (Communications
Research Center Canada)
- Copyright (C) 2017
+ Copyright (C) 2018
Matthias P. Braendli, matthias.braendli@mpb.li
http://www.opendigitalradio.org
@@ -220,8 +220,10 @@ void printServices(const vector<shared_ptr<DabService> >& services)
etiLog.log(info, " id: 0x%lx (%lu)", service->id,
service->id);
- etiLog.log(info, " pty: 0x%x (%u)", service->pty,
- service->pty);
+ etiLog.log(info, " pty: 0x%x (%u) %s",
+ service->pty_settings.pty,
+ service->pty_settings.pty,
+ service->pty_settings.dynamic_no_static ? "Dynamic" : "Static");
etiLog.log(info, " language: 0x%x (%u)",
service->language, service->language);