Set lower log level for password errors
This commit is contained in:
		
							parent
							
								
									28aada122d
								
							
						
					
					
						commit
						72ee9af79c
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -60,8 +60,9 @@ class SecretPasswordStorage(PasswordStorage): | |||
|         try: | ||||
|             self.keyring.set_password('gajim', account_name, password) | ||||
|             return True | ||||
|         except: | ||||
|             log.exception('error:') | ||||
|         except Exception as error: | ||||
|             log.warning('Save password failed') | ||||
|             log.debug(error) | ||||
|             return False | ||||
| 
 | ||||
|     def get_password(self, account_name): | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue