Skip to content

Commit

Permalink
Merge pull request #7 from ngorskikh/feature/expand_packages_list
Browse files Browse the repository at this point in the history
Fix log tag
  • Loading branch information
ngorskikh authored Apr 1, 2022
2 parents 0b851eb + 0debdb8 commit deead24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zygisk_module/jni/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <android/log.h>

#define LOG_TAG "CopyCertificates"
#define LOG_TAG "AdGuardCertificate"

#ifndef NDEBUG
#define dbglog(fmt_, ...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "%s(): " fmt_, __func__, ##__VA_ARGS__)
Expand Down

0 comments on commit deead24

Please sign in to comment.