URI: 
       Make a string from params - reed-alert - Lightweight agentless alerting system for server
  HTML git clone git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit b890363bf7bc8dbae4ac17dd0e65396969e09f2d
   DIR parent 5bd1f20ca169f2b2b2ee51b4167e1007a782f7e3
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Tue,  9 Jul 2019 16:45:45 +0200
       
       Make a string from params
       
       Diffstat:
         M functions.lisp                      |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/functions.lisp b/functions.lisp
       @@ -147,7 +147,8 @@
                    nil))
        
              (format t "~a        ~A        ~A        ~A        ~A        ~A~%"
       -              level fonction params previous-state current-state trigger-state))))
       +              level fonction (format nil "~{~A ~}" params)
       +              previous-state current-state trigger-state))))
        
        ;; abort when using ctrl+c instead of dropping to debugger
        #+ecl