diff --git a/src/lorawan.cpp b/src/lorawan.cpp index 299481fc..1d40e5eb 100644 --- a/src/lorawan.cpp +++ b/src/lorawan.cpp @@ -4,7 +4,7 @@ #include "lorawan.h" // Local logging Tag -static const char TAG[] = "lora"; +static const char TAG[] = __FILE__; #if CLOCK_ERROR_PROCENTAGE > 7 #warning CLOCK_ERROR_PROCENTAGE value in lmic_config.h is too high; values > 7 will cause side effects