Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 4b34f73

Browse files
committed
Bug fix
1 parent 91268be commit 4b34f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tuning/layout_tuner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ bool LayoutTuner::UpdateDefaultPartition(storage::DataTable *table) {
127127
txn_manager.CommitTransaction(txn);
128128

129129
UNUSED_ATTRIBUTE auto layout = table->GetDefaultLayout();
130-
LOG_TRACE("Updated Layout: %s", layout.GetInfo()->c_str());
130+
LOG_TRACE("Updated Layout: %s", layout->GetInfo()->c_str());
131131
return true;
132132
}
133133

0 commit comments

Comments
 (0)