diff options
Diffstat (limited to 'lisp/cedet/semantic/db-find.el')
| -rw-r--r-- | lisp/cedet/semantic/db-find.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el index fd6951b59df..084085e656a 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el @@ -1085,7 +1085,7 @@ Returns result." "Log that TABLE has been searched and RESULT was found." (when semanticdb-find-log-flag (with-current-buffer semanticdb-find-log-buffer-name - (insert "Table: " (cl-print-object table) + (insert "Table: " (cl-prin1-to-string table) " Result: " (int-to-string (length result)) " tags" "\n") ) |
