aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/utils/ini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/utils/ini.c b/android/utils/ini.c
index 096f44c..98355d4 100644
--- a/android/utils/ini.c
+++ b/android/utils/ini.c
@@ -248,7 +248,7 @@ iniFile_newFromFile( const char* filepath )
IniFile* ini = NULL;
if (fp == NULL) {
- W("could not open .ini file: %s: %s",
+ D("could not open .ini file: %s: %s",
filepath, strerror(errno));
return NULL;
}