64 bits
[ltt-control.git] / ltt-control / lttctl / ltt-armalluser.sh
index d8bbcd2221c9e90961780f37b53542ff5e0d47ea..10f4d7b5042bb7502121b27a51d7f51b3b78d387 100755 (executable)
@@ -4,9 +4,8 @@
 echo Connecting all userspace markers of _CURRENTLY RUNNING_ processes only !
 
 for a in /proc/[0-9]*; do
-       echo Connecting markers in $a
-
        for marker in $a/markers; do
+               echo Connecting marker $a:$marker
                case $marker in 
                *)
                        CHANNEL=
This page took 0.022855 seconds and 4 git commands to generate.