Container: fix error message.
This commit is contained in:
		
							parent
							
								
									108c78a206
								
							
						
					
					
						commit
						e1c069c497
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -702,7 +702,7 @@ handleAction = case _ of
 | 
			
		|||
            handleAction $ AddNotif $ BadNotification $ "You do not have sufficient rights."
 | 
			
		||||
          -- The authentication failed.
 | 
			
		||||
          (DNSManager.MkError errmsg) -> do
 | 
			
		||||
            handleAction $ Log $ ErrorLog $ "reason is: " <> errmsg.reason
 | 
			
		||||
            handleAction $ Log $ ErrorLog errmsg.reason
 | 
			
		||||
          (DNSManager.MkErrorUserNotLogged _) -> do
 | 
			
		||||
            handleAction $ Log $ ErrorLog $ "The user isn't connected!"
 | 
			
		||||
            handleAction $ Log $ SystemLog $ "Trying to authenticate to fix the problem..."
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue