From: Ian Jackson Date: Sun, 18 Sep 2016 23:23:44 +0000 (+0100) Subject: Split brain: Add some debug relating to tagwants X-Git-Tag: archive/debian/2.0~155 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=f161f45247f812f366a76e039035255450d4e522 Split brain: Add some debug relating to tagwants Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 13d17eae..3905e576 100755 --- a/dgit +++ b/dgit @@ -2397,6 +2397,7 @@ sub push_tagwants ($$$$) { $tw->{Tag} = $tw->{TagFn}($cversion, access_basedistro); $tw->{Tfn} = sub { $tfbase.$tw->{TfSuffix}.$_[0]; }; } + printdebug 'push_tagwants: ', Dumper(\@_, \@tagwants); return @tagwants; }