mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fix wording of error message.
This commit is contained in:
@@ -375,7 +375,7 @@ public class BasicFileAuthenticationProvider implements AuthenticationProvider {
|
||||
|
||||
currentConnection = attributes.getValue("name");
|
||||
if (currentConnection == null)
|
||||
throw new SAXException("Attribute \"name\" required for param tag.");
|
||||
throw new SAXException("Attribute \"name\" required for connection tag.");
|
||||
|
||||
current.addConfiguration(currentConnection);
|
||||
|
||||
|
Reference in New Issue
Block a user