Fix wording of error message.
[guacamole.git] / src / main / java / net / sourceforge / guacamole / net / basic / BasicFileAuthenticationProvider.java
index d31e2ba..c66b416 100644 (file)
@@ -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);