From: P2P-Next User Date: Wed, 18 Aug 2010 20:37:32 +0000 (+0000) Subject: ControlScripts/client/hrk: add DEBUG message to start_htk_seeder_limit.sh X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=d34e536a289c86b3ce588eed21acc9f5e5e0f749;p=p2p-testing-infrastructure.git ControlScripts/client/hrk: add DEBUG message to start_htk_seeder_limit.sh --- diff --git a/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh b/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh index 99022f9..38ff983 100755 --- a/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh +++ b/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh @@ -39,4 +39,8 @@ KB_DOWN_LIMIT=$1 KB_UP_LIMIT=$2 CONN_LIMIT=$3 +_DEBUG="on" + +DEBUG echo "Command is: $HRK_ABS_PATH/../libtorrent-rasterbar/lib $HRK_ABS_PATH/hrktorrent --limitlocal --maxdown ${KB_DOWN_LIMIT} --maxup ${KB_UP_LIMIT} --maxconnections ${CONN_LIMIT} $TORRENT_FILE" + LD_LIBRARY_PATH=$HRK_ABS_PATH/../libtorrent-rasterbar/lib $HRK_ABS_PATH/hrktorrent --limitlocal --maxdown ${KB_DOWN_LIMIT} --maxup ${KB_UP_LIMIT} --maxconnections ${CONN_LIMIT} $TORRENT_FILE