Change the wording in log

This commit is contained in:
Alex Huang 2011-02-08 04:36:57 -08:00
parent 0bd6950bb8
commit 0abd36c96f
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}