diff --git a/indra/newview/llfloaterreporter.cpp b/indra/newview/llfloaterreporter.cpp
index 26e2470494725ef327f71acd5c5a1882c058320d..d94bf3f651e46bff25eac10113c64d1787f1922b 100644
--- a/indra/newview/llfloaterreporter.cpp
+++ b/indra/newview/llfloaterreporter.cpp
@@ -228,7 +228,7 @@ BOOL LLFloaterReporter::postBuild()
 				cap_url += "?lc=";
 				cap_url += lang;
 			}
-			LLCoros::instance().launch("LLIMProcessing::requestOfflineMessagesCoro",
+			LLCoros::instance().launch("LLFloaterReporter::requestAbuseCategoriesCoro",
 				boost::bind(LLFloaterReporter::requestAbuseCategoriesCoro, cap_url, this->getHandle()));
 		}
 	}