From 1874f27ee24391532969a0bf3c861991e8c54649 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 20 Jan 2009 14:03:57 -0800 Subject: auto import from //branches/cupcake/...@127101 --- android/utils/ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') 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; } -- cgit v1.1