]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
More information when saying you can't continue
[svn-all-fast-export.git] / 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.024067 seconds and 4 git commands to generate.