Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea6d36b1 authored by Taesu Lee's avatar Taesu Lee
Browse files

Fix log level



Test: build

Change-Id: Id51c26f5b3ab8eea8bfa4be584979b9bfdb6a882
Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
parent 5b37dd66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ public class CarrierServicesSmsFilter {
    }

    private void logv(String message) {
        Rlog.e(mLogTag, message);
        Rlog.v(mLogTag, message);
    }

    /**