-s200->-s2000
[nethome.git] / src / gdb-wrap
index bc3d80d..4b2d025 100755 (executable)
@@ -1,5 +1,4 @@
 #! /bin/sh
-# $Id$
 
 TMP=/tmp
 if [ -d $TMP/server ];then
@@ -15,4 +14,4 @@ while true;do
        fi
        i=$[$i+1]
 done
-exec strace -s200 -o $FILE -q "$0"-orig "$@"
+exec strace -s2000 -o $FILE -q "$0"-orig "$@"