Correct method name in log message
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 29 Nov 2010 15:46:13 +0000 (15:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 29 Nov 2010 15:46:13 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1040161 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/AsyncStateMachine.java

index 38ece40..38f6295 100644 (file)
@@ -166,7 +166,7 @@ public class AsyncStateMachine {
         } else {
             throw new IllegalStateException(
                     sm.getString("asyncStateMachine.invalidAsyncState",
-                            "asyncLongPoll()", state));
+                            "asyncPostProcess()", state));
         }
     }