mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Use ein:log instead of message in ein-connect.el
This commit is contained in:
parent
5c5ba3810b
commit
502b9d3182
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Types same as `ein:notebook-console-security-dir' are valid."
|
||||||
(push 'ac-source-ein-cached ac-sources))
|
(push 'ac-source-ein-cached ac-sources))
|
||||||
(with-current-buffer buffer
|
(with-current-buffer buffer
|
||||||
(ein:connect-mode))
|
(ein:connect-mode))
|
||||||
(message "Connected to %s"
|
(ein:log 'info "Connected to %s"
|
||||||
(ein:$notebook-notebook-name notebook))
|
(ein:$notebook-notebook-name notebook))
|
||||||
connection))
|
connection))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue