summaryrefslogtreecommitdiffstats
path: root/src/tools/syncqt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/syncqt/main.cpp')
-rw-r--r--src/tools/syncqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/syncqt/main.cpp b/src/tools/syncqt/main.cpp
index cfef5be7e2f..3ec70bcdfcd 100644
--- a/src/tools/syncqt/main.cpp
+++ b/src/tools/syncqt/main.cpp
@@ -1673,7 +1673,7 @@ public:
void SyncScanner::updateSymbolDescriptor(const std::string &symbol, const std::string &file,
SymbolDescriptor::SourceType type)
{
- if (m_commandLineArgs->showOnly())
+ if (m_commandLineArgs->showOnly() || m_commandLineArgs->debug())
std::cout << " SYMBOL: " << symbol << std::endl;
m_symbols[symbol].update(file, type);
}