AI 146500: am: CL 145985 am: CL 145929 ADT #1781076: fix missing \n in "android delete avd"
Original author: raphael Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146500
This commit is contained in:
committed by
The Android Open Source Project
parent
9cdcde3017
commit
75001e746c
@@ -600,10 +600,10 @@ public final class AvdManager {
|
||||
removeAvd(avdInfo);
|
||||
|
||||
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());
|
||||
} else {
|
||||
log.printf("AVD '%1$s' deleted.", avdInfo.getName());
|
||||
log.printf("AVD '%1$s' deleted.\n", avdInfo.getName());
|
||||
}
|
||||
|
||||
} catch (AndroidLocationException e) {
|
||||
@@ -667,7 +667,7 @@ public final class AvdManager {
|
||||
mAvdList.add(info);
|
||||
}
|
||||
|
||||
log.printf("AVD '%1$s' moved.", avdInfo.getName());
|
||||
log.printf("AVD '%1$s' moved.\n", avdInfo.getName());
|
||||
|
||||
} catch (AndroidLocationException e) {
|
||||
log.error(e, null);
|
||||
|
||||
Reference in New Issue
Block a user