summaryrefslogtreecommitdiff
path: root/src/mod_bosh_sql.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_bosh_sql.erl')
-rw-r--r--src/mod_bosh_sql.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_bosh_sql.erl b/src/mod_bosh_sql.erl
index 328211b8..102372a6 100644
--- a/src/mod_bosh_sql.erl
+++ b/src/mod_bosh_sql.erl
@@ -44,7 +44,7 @@ init() ->
{updated, _} ->
ok;
Err ->
- ?ERROR_MSG("failed to clean 'route' table: ~p", [Err]),
+ ?ERROR_MSG("Failed to clean 'route' table: ~p", [Err]),
Err
end.