]> andersk Git - svn-all-fast-export.git/commitdiff
More information when saying you can't continue
authorThiago Macieira <thiago@cassini.local.lan>
Wed, 26 Dec 2007 13:56:25 +0000 (11:56 -0200)
committerThiago Macieira <thiago@cassini.local.lan>
Wed, 26 Dec 2007 13:56:25 +0000 (11:56 -0200)
src/svn.cpp

index 940739637a51001982faa46bd25e722cfaa30390..05f3201de5d321d10e46d9edce6155822300e648 100644 (file)
@@ -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;
         }
     }
This page took 0.031731 seconds and 5 git commands to generate.