aboutsummaryrefslogtreecommitdiffstats
path: root/touch_translations.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-06-07 00:54:53 +0100
committerSteve McIntyre <steve@einval.com>2018-06-07 00:54:53 +0100
commitfcf52e170a5d84dae5f719f85b6427ddcecbea43 (patch)
tree74760467513b90c5ead97a9274a9ad638c15f342 /touch_translations.pl
parentd4f9b881ba7306f8d785db8f6e1eca3f8a2cb549 (diff)
More useful info when count_changes() fails
Print the translation filename as well as the original filename
Diffstat (limited to 'touch_translations.pl')
-rwxr-xr-xtouch_translations.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/touch_translations.pl b/touch_translations.pl
index 0b3d90879d4..3f0942f7b18 100755
--- a/touch_translations.pl
+++ b/touch_translations.pl
@@ -112,7 +112,7 @@ foreach $lang (@langs) {
$difference = $VCS->count_changes($argfile, $langrev, $origrev);
if (!defined $difference) {
- die "count_changes failed when looking at $argfile\n";
+ die "count_changes failed when looking at $argfile as original for $transfile\n";
}
if ($difference < $mindelta) {
next unless was_forced($transfile);

© 2014-2024 Faster IT GmbH | imprint | privacy policy