From 1d129ac3b8408d43fb2bdc414e8ffa210eaeec75 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Wed, 13 Sep 2017 13:39:15 +0200 Subject: [PATCH] Disable pipeglade debugging in Fasttrack --- fasttrack.lisp | 2 +- phoros.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fasttrack.lisp b/fasttrack.lisp index 869d5d1..d5dae35 100644 --- a/fasttrack.lisp +++ b/fasttrack.lisp @@ -453,7 +453,7 @@ UI is estimated to take." (length (min (length "pipeglade") (length stale-pipeglade-program-name)))) (when (string= "pipeglade" stale-pipeglade-program-name :end2 length) (uiop:run-program (format nil "kill ~A" stale-pipeglade-pid)))) - (let ((pipeglade-args "-i in.fifo -o out.fifo -u fasttrack.ui -b -l log.log --name fasttrack --class Phoros")) + (let ((pipeglade-args "-i in.fifo -o out.fifo -u fasttrack.ui -b --name fasttrack --class Phoros")) (loop for i in '("./pipeglade" "~/pipeglade/pipeglade" "pipeglade") until (probe-file i) diff --git a/phoros.asd b/phoros.asd index b714994..a5ee2bf 100644 --- a/phoros.asd +++ b/phoros.asd @@ -21,7 +21,7 @@ it available over a web interface." ;; There should be a corresponding git tag which marks the point this ;; version number becomes official. - "14.2.6" + "14.2.7" :licence ;goes with --licence output "Copyright (C) 2010, 2011, 2012, 2015, 2016, 2017 Bert Burgemeister -- 2.11.4.GIT