Correct hash key name.
This commit is contained in:
		
							parent
							
								
									696dae1e68
								
							
						
					
					
						commit
						e79b5e5a03
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -157,7 +157,7 @@ my $doneCnt = scalar(keys %finishedCommits); | ||||||
| print STDERR "ERROR: all children completed but ", $doneCnt - $startCnt, " not completed\n"; | print STDERR "ERROR: all children completed but ", $doneCnt - $startCnt, " not completed\n"; | ||||||
| 
 | 
 | ||||||
| foreach my $commitId (keys %finishedCommits) { | foreach my $commitId (keys %finishedCommits) { | ||||||
|   print STDERR "Completed $commitId at $finishedCommits{$commitId}{now} in $finishedCommits{$commitId}{pid}\n" if $VERBOSE; |   print STDERR "Completed $commitId at $finishedCommits{$commitId}{time} in $finishedCommits{$commitId}{pid}\n" if $VERBOSE; | ||||||
|   print STDERR "ERROR: $commitId had non-zero  exit status of $finishedCommits{$commitId}{errCode} ", |   print STDERR "ERROR: $commitId had non-zero  exit status of $finishedCommits{$commitId}{errCode} ", | ||||||
|     "with message \"$finishedCommits{$commitId}{errString}\"", |     "with message \"$finishedCommits{$commitId}{errString}\"", | ||||||
|     " at $finishedCommits{$commitId}{now} in $finishedCommits{$commitId}{pid}\n" |     " at $finishedCommits{$commitId}{now} in $finishedCommits{$commitId}{pid}\n" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn