diff options
Diffstat (limited to 'src/DabMux.cpp')
-rw-r--r-- | src/DabMux.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/DabMux.cpp b/src/DabMux.cpp index 1b4052d..d09fdd2 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -477,7 +477,10 @@ int main(int argc, char *argv[]) mgmt_server.update_ptree(pt); } } - etiLog.level(info) << "Goodbye"; + + if (limit) { + etiLog.level(info) << "Max number of ETI frames reached: " << currentFrame; + } } catch (const MuxInitException& except) { etiLog.level(error) << "Multiplex initialisation aborted: " << |