[Xfce4-commits] <midori:master> makedist.midori: use debug.log as debuggin output
Christian Dywan
noreply at xfce.org
Thu Aug 16 00:22:01 CEST 2012
Updating branch refs/heads/master
to 21e74642265d8e378149715f59c9b96c29ce7761 (commit)
from 1dcf70bd9d976ec65a3c4d537e6704ccda49733f (commit)
commit 21e74642265d8e378149715f59c9b96c29ce7761
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Tue Aug 14 14:27:49 2012 +0200
makedist.midori: use debug.log as debuggin output
win32/makedist/makedist.midori | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 04fd720..d9a7877 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -191,8 +191,7 @@ if [ "$DEBUG_BUILD" == "" ];then
else
#add some gdb helper scripts
cat > $workdir/bin/backtrace.gdb << _EOF
-set logging on
-set logging file debug.log
+set logging on debug.log
run
thread apply all bt
quit
More information about the Xfce4-commits
mailing list