aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QtUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QtUtils.cpp b/src/QtUtils.cpp
index e44ad176..fdc8eb6a 100644
--- a/src/QtUtils.cpp
+++ b/src/QtUtils.cpp
@@ -271,7 +271,7 @@ CXXMethodDecl *QtUtils::pmfFromConnect(CallExpr *funcCall, int argIndex)
}
if (argIndex >= numArgs) {
- llvm::errs() << "error, invalid argIndex " << argIndex << " " << numArgs;
+ llvm::errs() << "error, invalid argIndex " << argIndex << " number of arguments " << numArgs << " ";
return nullptr;
}