mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Update cmd/headscale/cli/utils.go
This commit is contained in:
		
							parent
							
								
									647972c7cf
								
							
						
					
					
						commit
						72d1d2630e
					
				@ -55,7 +55,7 @@ func getHeadscaleCLIClient() (context.Context, v1.HeadscaleServiceClient, *grpc.
 | 
				
			|||||||
			Err(err).
 | 
								Err(err).
 | 
				
			||||||
			Caller().
 | 
								Caller().
 | 
				
			||||||
			Msgf("Failed to load configuration")
 | 
								Msgf("Failed to load configuration")
 | 
				
			||||||
		os.Exit(-1) // we get here if logging is supressed (i.e., json output)
 | 
							os.Exit(-1) // we get here if logging is suppressed (i.e., json output)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	log.Debug().
 | 
						log.Debug().
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user