changeset 7196 | 0f12b1572bca |
parent 7081 | 9e2c7d8d842f |
child 7806 | 4c63c0278258 |
--- a/examples/matrix-topology/matrix-topology.cc Fri May 13 15:02:36 2011 -0400 +++ b/examples/matrix-topology/matrix-topology.cc Fri May 13 15:35:31 2011 -0400 @@ -278,7 +278,7 @@ bool animEnabled = false; AnimationInterface anim; if (anim.SetServerPort (9) && anim.SetOutputFile (anim_name.c_str ())) - { + { NS_LOG_INFO ("Animation Interface Enabled."); animEnabled = true; anim.StartAnimation ();