diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-20 14:03:57 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-20 14:03:57 -0800 |
commit | 1874f27ee24391532969a0bf3c861991e8c54649 (patch) | |
tree | e5802804e1e8f48599f9dcf35fbdce0d327412a1 /android | |
parent | 0724eefc1939d32ff3c1c00a47ca6b8cccff1edd (diff) | |
download | external_qemu-1874f27ee24391532969a0bf3c861991e8c54649.zip external_qemu-1874f27ee24391532969a0bf3c861991e8c54649.tar.gz external_qemu-1874f27ee24391532969a0bf3c861991e8c54649.tar.bz2 |
auto import from //branches/cupcake/...@127101
Diffstat (limited to 'android')
-rw-r--r-- | android/utils/ini.c | 2 |
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; } |