mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +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");
|
currentConnection = attributes.getValue("name");
|
||||||
if (currentConnection == null)
|
if (currentConnection == null)
|
||||||
throw new SAXException("Attribute \"name\" required for param tag.");
|
throw new SAXException("Attribute \"name\" required for connection tag.");
|
||||||
|
|
||||||
current.addConfiguration(currentConnection);
|
current.addConfiguration(currentConnection);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user