From 33ebf93d652dbbf6d5745c3d9fb462052388d9ce Mon Sep 17 00:00:00 2001 From: Talustus Date: Sat, 2 Feb 2013 14:11:14 +0100 Subject: fix wrong debuging output of used BUILD FLAGS in data.cpp --- data.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data.cpp') diff --git a/data.cpp b/data.cpp index 7f87b67ee..56df3504b 100644 --- a/data.cpp +++ b/data.cpp @@ -653,14 +653,14 @@ void DataManager::SetDefaultValues() mConstValues.insert(make_pair(TW_REBOOT_SYSTEM, "1")); #ifdef TW_NO_REBOOT_RECOVERY - printf("RECOVERY_SDCARD_ON_DATA := true\n"); + printf("TW_NO_REBOOT_RECOVERY := true\n"); mConstValues.insert(make_pair(TW_REBOOT_RECOVERY, "0")); #else mConstValues.insert(make_pair(TW_REBOOT_RECOVERY, "1")); #endif mConstValues.insert(make_pair(TW_REBOOT_POWEROFF, "1")); #ifdef TW_NO_REBOOT_BOOTLOADER - printf("RECOVERY_SDCARD_ON_DATA := true\n"); + printf("TW_NO_REBOOT_BOOTLOADER := true\n"); mConstValues.insert(make_pair(TW_REBOOT_BOOTLOADER, "0")); #else mConstValues.insert(make_pair(TW_REBOOT_BOOTLOADER, "1")); -- cgit v1.2.3