mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-07 05:10:16 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
36077ed5ce
commit
285f7c216a
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ func GetBlockTree(id string) (ret *BlockTree) {
|
|||
if errors.Is(err, sql.ErrNoRows) {
|
||||
return
|
||||
}
|
||||
logging.LogErrorf("sql query [%s] failed: %s", sqlStmt, logging.ShortStack())
|
||||
logging.LogErrorf("sql query [%s] failed: %v\n\t%s", sqlStmt, err, logging.ShortStack())
|
||||
return
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue