From: Thiago Macieira Date: Wed, 26 Dec 2007 13:56:25 +0000 (-0200) Subject: More information when saying you can't continue X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/commitdiff_plain/d4c5541dd3cc94a69ee97fdb8918dc9b8cc37045 More information when saying you can't continue --- 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; } }