aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svn.cpp')
-rw-r--r--src/svn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn.cpp b/src/svn.cpp
index a7c48a1..d294f54 100644
--- a/src/svn.cpp
+++ b/src/svn.cpp
@@ -346,7 +346,7 @@ int SvnPrivate::exportRevision(int revnum)
if (!txn) {
Repository *repo = repositories.value(repository, 0);
if (!repo) {
- qCritical() << "Rule" << rule.rx.pattern()
+ qCritical() << "Rule" << rule.rx.pattern() << "line" << rule.lineNumber
<< "references unknown repository" << repository;
return EXIT_FAILURE;
}