From aae035049c3cd84d6b26c9d1283427fcd9a671b9 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Fri, 04 May 2018 23:26:16 +0000
Subject: [PATCH] Added transfer log of files going here and there

---
 tsclient.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tsclient.py b/tsclient.py
index e91bd75..972fd81 100755
--- a/tsclient.py
+++ b/tsclient.py
@@ -60,6 +60,7 @@
 		status=client_data['status']
 		return (rid,tape,vtu,status)
 	else:
+		print(response.text)
 		raise ValueError
 
 

--
Gitblit v1.9.3