Review at  https://gerrit.osmocom.org/3924

vty: Follow links to see what is a file and what is a socket

Change-Id: I3d94cde8523a2ed26a66b8b8b3f651606aa17a9d
---
M osmopy/obscvty.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests 
refs/changes/24/3924/1

diff --git a/osmopy/obscvty.py b/osmopy/obscvty.py
index 0371dc9..1e05d77 100755
--- a/osmopy/obscvty.py
+++ b/osmopy/obscvty.py
@@ -43,7 +43,7 @@
     global debug_tcp_sockets
     if not debug_tcp_sockets:
         return
-    cmd('ls /proc/' + str(os.getpid()) + '/fd');
+    cmd('ls -l /proc/' + str(os.getpid()) + '/fd');
     cmd('ss -tn');
     cmd('ss -tln');
     cmd('ps xua | grep osmo');

-- 
To view, visit https://gerrit.osmocom.org/3924
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d94cde8523a2ed26a66b8b8b3f651606aa17a9d
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <hol...@freyther.de>

Reply via email to