mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Using $(levelname) in --quiet makes no sense
This commit is contained in:
		
							parent
							
								
									17dc21b69b
								
							
						
					
					
						commit
						5bf5ba04a6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								fdroid
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								fdroid
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -76,7 +76,7 @@ def main():
 | 
			
		|||
    if verbose:
 | 
			
		||||
        logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.DEBUG)
 | 
			
		||||
    elif quiet:
 | 
			
		||||
        logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARN)
 | 
			
		||||
        logging.basicConfig(format='%(message)s', level=logging.WARN)
 | 
			
		||||
    else:
 | 
			
		||||
        logging.basicConfig(format='%(message)s', level=logging.INFO)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue