mirror of https://github.com/apache/cloudstack.git
bug 5190: cosmetic changes for the final result returned back to the UI, for Will to consume
This commit is contained in:
parent
4fc8b7ae0b
commit
703fcaffe6
|
|
@ -6004,7 +6004,7 @@ public class ManagementServerImpl implements ManagementServer {
|
|||
return ("Updated:"+updatedCpIdList.size()+" out of:"+cpList.size()+" console proxies");
|
||||
}else{
|
||||
//failure case, if even one update fails
|
||||
throw new ManagementServerException("Updated:"+updatedCpIdList.size()+" out of:"+cpList.size()+" console proxies with successfully updated console proxy ids being:"+updatedCpIdList.toString());
|
||||
throw new ManagementServerException("Updated:"+updatedCpIdList.size()+" out of:"+cpList.size()+" console proxies with successfully updated console proxy ids being:"+(updatedCpIdList.size() > 0 ? updatedCpIdList.toString():""));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue