aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/avd/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/avd/util.c b/android/avd/util.c
index 82145b5..a174ee3 100644
--- a/android/avd/util.c
+++ b/android/avd/util.c
@@ -183,7 +183,7 @@ _getSystemProperty( const char* propFile, const char* propName )
file = fopen(propFile, "rb");
if (file == NULL) {
- D("Could not open file: %s: %s", temp, strerror(errno));
+ D("Could not open file: %s: %s", propFile, strerror(errno));
return NULL;
}