BpfLoader: use BpfLoader as the LOG_TAG

The only non-test use of the library is the BpfLoader,
so it makes sense for everything to use the same tag.

Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Iddc0472a39db292fef31b2e195b3ab919d884f7d
This commit is contained in:
Maciej Żenczykowski 2024-05-01 05:16:51 -07:00
parent 95c6fff6a2
commit e2f2b8228d
2 changed files with 2 additions and 4 deletions

View file

@ -14,9 +14,7 @@
* limitations under the License.
*/
#ifndef LOG_TAG
#define LOG_TAG "bpfloader"
#endif
#define LOG_TAG "BpfLoader"
#include <arpa/inet.h>
#include <dirent.h>

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "LibBpfLoader"
#define LOG_TAG "BpfLoader"
#include <errno.h>
#include <fcntl.h>