[FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com> Co-authored-by: tino247 <tino247@126.com> Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
@ -620,7 +620,7 @@ OB_INLINE bool ObStorageDatum::operator==(const ObStorageDatum &other) const
|
||||
bret = ObDatum::binary_equal(*this, other);
|
||||
}
|
||||
if (!bret) {
|
||||
STORAGE_LOG(WARN, "obj and datum no equal", K(other), K(*this));
|
||||
STORAGE_LOG(DEBUG, "obj and datum no equal", K(other), K(*this));
|
||||
}
|
||||
return bret;
|
||||
|
||||
@ -638,7 +638,7 @@ OB_INLINE bool ObStorageDatum::operator==(const common::ObObj &other) const
|
||||
bret = *this == datum;
|
||||
}
|
||||
if (!bret) {
|
||||
STORAGE_LOG(WARN, "obj and datum no equal", K(other), K(datum), KPC(this));
|
||||
STORAGE_LOG(DEBUG, "obj and datum no equal", K(other), K(datum), KPC(this));
|
||||
}
|
||||
return bret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user