mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Merge pull request #198 from shakatoday/appending-newlines-for-logs
Appending newlines for some logging code
This commit is contained in:
commit
bcb011c6fb
2 changed files with 2 additions and 2 deletions
|
|
@ -365,7 +365,7 @@ result or if time out DEFAULT-ANSWER. see JQUERY-QUERY (Internal)"))
|
|||
(t
|
||||
(unbind-event-script obj event)
|
||||
(remhash hook cd)))
|
||||
(format t "Attempt to set event on non-existant connection."))))
|
||||
(format t "Attempt to set event on non-existant connection.~%"))))
|
||||
|
||||
;;;;;;;;;;;;;;
|
||||
;; property ;;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ the same as the clog directy this overides the relative paths used in them.")
|
|||
|
||||
(defun on-connect (connection-id)
|
||||
(when clog-connection:*verbose-output*
|
||||
(format t "Start new window handler on connection-id - ~A" connection-id))
|
||||
(format t "Start new window handler on connection-id - ~A~%" connection-id))
|
||||
(let ((body (make-clog-body connection-id)))
|
||||
(let* ((path (if clog-connection::*long-poll-url*
|
||||
clog-connection::*long-poll-url*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue