diff options
| -rwxr-xr-x | iurt2 | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -493,8 +493,8 @@ retry:  			    chomp $other_maint;  			    print {$run{LOG}} "missing dep: $missing_deps ($other_maint)\n";  			    if ($other_maint && $other_maint ne 'NOT_FOUND') { -				$opt->{mail} = $other_maint; -				$opt->{error} = "[missing] $missing_deps, needed to build $srpm, is not available on $run{my_arch}"; +				$opt->{mail} = "$maintainer, $other_maint"; +				$opt->{error} = "[MISSING] $missing_deps, needed to build $srpm, is not available on $run{my_arch}";  			    }  			    # remember what is needed, and do not try to recompile until it is available  			    push @{$cache->{needed}{$srpm}}, [ $missing_deps, $version, $other_maint || $maintainer ];  | 
