mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
This commit is contained in:
parent
e3827c8151
commit
c440cc45a2
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ func upgradeSpec2(av *AttributeView) {
|
||||||
}
|
}
|
||||||
|
|
||||||
av.Spec = 2
|
av.Spec = 2
|
||||||
logging.LogInfof("av [%s] upgraded to spec 2", av.ID)
|
logging.LogInfof("av [%s] upgraded to spec [%d]", av.ID, av.Spec)
|
||||||
}
|
}
|
||||||
|
|
||||||
func upgradeSpec1(av *AttributeView) {
|
func upgradeSpec1(av *AttributeView) {
|
||||||
|
|
@ -210,5 +210,5 @@ func upgradeSpec1(av *AttributeView) {
|
||||||
}
|
}
|
||||||
|
|
||||||
av.Spec = 1
|
av.Spec = 1
|
||||||
logging.LogInfof("av [%s] upgraded to spec 1", av.ID)
|
logging.LogInfof("av [%s] upgraded to spec [%d]", av.ID, av.Spec)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue