NYC instead of UK
[nyc.indymedia.org.git] / etc / extrasource / NYCArticlePostingHandler.java
index a36baab..2c34dbc 100644 (file)
@@ -99,7 +99,7 @@ public void setArticleTopics(Request aRequest, Session aSession, EntityContent a
                }
           catch (Throwable e) {
                  logger.error("setting topics failed");
-                 throw new SessionFailure("IMCUKArticlePostingHandler: can't set topics: " + e.toString(), e);
+                 throw new SessionFailure("NYCArticlePostingHandler: can't set topics: " + e.toString(), e);
              }
   }