Skip to content
Snippets Groups Projects
Commit a0ed2151 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Improve debugging message.

parent 12f02198
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
:ignore-error-status t :output output :host host)
(error-behaviour on-error))))
(when show
(format *trace-output* "; ~S~%" cmd))
(format *trace-output* "; ~A~%" (print-process-spec cmd)))
(process-time)))
(defun run/s (cmd &rest keys &key on-error time show host)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment