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

Commit 73f604e

Browse files
committed
This is int
1 parent 3710d5c commit 73f604e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/settings_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const std::string SettingsManager::GetInfo() const {
116116
GetBool(SettingId::codegen) ? "enabled" : "disabled"));
117117
info.append(StringUtil::Format("%28s: %-28s\n", "Optimization Timeout",
118118
GetInt(SettingId::task_execution_timeout)));
119-
info.append(StringUtil::Format("%28s: %-28s\n", "Number of GC threads",
119+
info.append(StringUtil::Format("%28s: %-28i\n", "Number of GC threads",
120120
GetInt(SettingId::gc_num_threads)));
121121
return StringBoxUtil::Box(info);
122122
}

0 commit comments

Comments
 (0)