X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Flib%2FMAPSLog.pm;h=b0b2c8516e18420cac0fef10458341bb442bb2fa;hb=da4fa1f3928d1f5fec480761337a6798aed2a7f3;hp=930dd17c6ba30574454a1979d9b81279e5b389fa;hpb=83737e59d30d46e80259f07dd8d528b06dd43858;p=clearscm.git diff --git a/maps/lib/MAPSLog.pm b/maps/lib/MAPSLog.pm index 930dd17..b0b2c85 100644 --- a/maps/lib/MAPSLog.pm +++ b/maps/lib/MAPSLog.pm @@ -106,6 +106,8 @@ sub Debug(%) { sub Error(%) { my (%params) = @_; + CheckParms(['userid', 'message'], \%params); + return Logmsg( userid => $params{userid}, type => 'error',