From: fredrik Date: Sun, 30 Oct 2005 02:17:10 +0000 (+0000) Subject: Log mode change. X-Git-Tag: 0.1~149 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=d9d1283ed0a42621e9cb76ee63e2dbd3a8227cca;p=doldaconnect.git Log mode change. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@430 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/lib/guile/autodl b/lib/guile/autodl index f796176..fe454e8 100755 --- a/lib/guile/autodl +++ b/lib/guile/autodl @@ -516,7 +516,8 @@ ((622) ; Search result (let ((ires (list->vector (dc-intresp resp)))) (if (eq? (cdr (assoc 'search-mode session)) 'wait) - (set-cdr! (assoc 'search-mode session) 'normal)) + (begin (set-cdr! (assoc 'search-mode session) 'normal) + (logf "reverting to normal mode"))) (if (and ires (= (vector-ref ires 0) srchid)) (apply handlesr (map (lambda (n) (vector-ref ires n)) '(1 2 3 4 5 7 8)))))) )