Merge branch 'readonly-p4-donut' into donut

This commit is contained in:
Raphael Moll
2009-04-13 18:27:59 -07:00
committed by The Android Open Source Project

View File

@@ -600,10 +600,10 @@ public final class AvdManager {
removeAvd(avdInfo); removeAvd(avdInfo);
if (error) { if (error) {
log.printf("AVD '%1$s' deleted with errors. See warnings above.", log.printf("AVD '%1$s' deleted with errors. See warnings above.\n",
avdInfo.getName()); avdInfo.getName());
} else { } else {
log.printf("AVD '%1$s' deleted.", avdInfo.getName()); log.printf("AVD '%1$s' deleted.\n", avdInfo.getName());
} }
} catch (AndroidLocationException e) { } catch (AndroidLocationException e) {
@@ -667,7 +667,7 @@ public final class AvdManager {
mAvdList.add(info); mAvdList.add(info);
} }
log.printf("AVD '%1$s' moved.", avdInfo.getName()); log.printf("AVD '%1$s' moved.\n", avdInfo.getName());
} catch (AndroidLocationException e) { } catch (AndroidLocationException e) {
log.error(e, null); log.error(e, null);