mirror of https://github.com/apache/cloudstack.git
Change the wording in log
This commit is contained in:
parent
0bd6950bb8
commit
0abd36c96f
|
|
@ -429,7 +429,7 @@ public class NetworkVO implements Network {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder buf = new StringBuilder("NtwkCfg[");
|
||||
StringBuilder buf = new StringBuilder("Ntwk[");
|
||||
buf.append(id).append("|").append(trafficType.toString()).append("|").append(networkOfferingId).append("]");
|
||||
return buf.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue