Minor bugfixes on Linux CCN module
[nepi.git] / src / nepi / resources / linux / ping.py
index a80397b..10c396f 100644 (file)
@@ -193,6 +193,8 @@ class LinuxPing(LinuxApplication):
     def _start_command(self):
         args = []
 
+        args.append("echo 'Starting PING to %s' ;" % self.get("target"))
+
         if self.get("printTimestamp") == True:
             args.append("""echo "`date +'%Y%m%d%H%M%S'`";""")