Skip to content

Commit 8f86f11

Browse files
committed
Warn user re-attached
1 parent 1d3a692 commit 8f86f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/io/github/rothes/esu/core/storage/StorageManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ object StorageManager {
153153
}
154154
}
155155
doUpdateUser(user)
156-
EsuCore.instance.err("Re-attached name ${user.nameUnsafe} to user ${user.dbId}")
156+
EsuCore.instance.warn("Re-attached name ${user.nameUnsafe} to user ${user.dbId}")
157157
}
158158
}
159159
}

0 commit comments

Comments
 (0)