From d4c5541dd3cc94a69ee97fdb8918dc9b8cc37045 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 26 Dec 2007 11:56:25 -0200 Subject: [PATCH] More information when saying you can't continue --- src/svn.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/svn.cpp b/src/svn.cpp index 9407396..05f3201 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -623,7 +623,8 @@ int SvnRevision::recurse(const char *path, const svn_fs_path_change_t *change, rev_from, current, *match) == EXIT_FAILURE) return EXIT_FAILURE; } else { - qCritical() << current << "did not match any rules; cannot continue"; + qCritical() << current << "rev" << revnum + << "did not match any rules; cannot continue"; return EXIT_FAILURE; } } -- 2.11.4.GIT