Fix wording of error message.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Wed, 18 Apr 2012 19:11:17 +0000 (12:11 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Wed, 18 Apr 2012 19:11:17 +0000 (12:11 -0700)
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)
 
                         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);
                         
                         
                         current.addConfiguration(currentConnection);