Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
jkf committed Feb 4, 2008
1 parent 16cf718 commit 058abd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playback.cl
Expand Up @@ -24,7 +24,7 @@
;; Suite 330, Boston, MA 02111-1307 USA
;;
;;
;; $Id: playback.cl,v 1.3 2008/02/04 21:02:24 jkf Exp $
;; $Id: playback.cl,v 1.4 2008/02/04 21:13:16 jkf Exp $

;; Description:
;; playback a script generated by logging a site
Expand Down Expand Up @@ -134,7 +134,7 @@

(if* ok
then (and *debug-playback* (format t "new user id is ~s~%" user-id))
else (format t "No call id in ~s~%" *last-response*)
else (and *debug-playback* (format t "No call id in ~s~%" resp))
(go out))

(return (values user-id call-id))))
Expand Down

0 comments on commit 058abd9

Please sign in to comment.