diff options
Diffstat (limited to 'src/mod_privacy_sql.erl')
-rw-r--r-- | src/mod_privacy_sql.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_privacy_sql.erl b/src/mod_privacy_sql.erl index ea3a86919..673787328 100644 --- a/src/mod_privacy_sql.erl +++ b/src/mod_privacy_sql.erl @@ -286,7 +286,7 @@ raw_to_item({SType, SValue, SAction, Order, MatchAll, match_presence_in = MatchPresenceIn, match_presence_out = MatchPresenceOut}] catch _:_ -> - ?WARNING_MSG("failed to parse row: ~p", [Row]), + ?WARNING_MSG("Failed to parse row: ~p", [Row]), [] end. |