From cc852abb2b9aa7cba10cd0a2d1d24b9217b3b15c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 14 Jul 2015 19:11:09 +0200 Subject: [PATCH] Don't log get_room_list --- lib/Vroom/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Vroom/Constants.pm b/lib/Vroom/Constants.pm index 1f4cd48..d8672e3 100644 --- a/lib/Vroom/Constants.pm +++ b/lib/Vroom/Constants.pm @@ -131,6 +131,6 @@ use constant API_ACTIONS => { }; # List of API actions for which we do not want to log an event -use constant API_NO_LOG => qw(get_event_list); +use constant API_NO_LOG => qw(get_event_list get_room_list); 1;