Add git command error directory on log (#13194)
This commit is contained in:
		
							parent
							
								
									25b7766673
								
							
						
					
					
						commit
						25f937f99b
					
				| @ -576,7 +576,7 @@ func serviceRPC(h serviceHandler, service string) { | ||||
| 	defer process.GetManager().Remove(pid) | ||||
| 
 | ||||
| 	if err := cmd.Run(); err != nil { | ||||
| 		log.Error("Fail to serve RPC(%s): %v - %s", service, err, stderr.String()) | ||||
| 		log.Error("Fail to serve RPC(%s) in %s: %v - %s", service, h.dir, err, stderr.String()) | ||||
| 		return | ||||
| 	} | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user