summaryrefslogtreecommitdiffstats
path: root/Linux_x86/phDal4Nfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Linux_x86/phDal4Nfc.c')
-rw-r--r--Linux_x86/phDal4Nfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux_x86/phDal4Nfc.c b/Linux_x86/phDal4Nfc.c
index 87def2b..1b6da83 100644
--- a/Linux_x86/phDal4Nfc.c
+++ b/Linux_x86/phDal4Nfc.c
@@ -126,7 +126,7 @@ static void refresh_low_level_traces() {
property_get("debug.nfc.LOW_LEVEL_TRACES", value, "");
if (value[0]) {
low_level_traces = atoi(value);
- DAL_DEBUG("debug.nfc.LOW_LEVEL_TRACES = %X", mode);
+ DAL_DEBUG("debug.nfc.LOW_LEVEL_TRACES = %X", low_level_traces);
}
#endif