aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-28 23:40:47 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-28 23:55:09 +0300
commite88b236e3b8a5ca7da1db4d6a291295e82683f1d (patch)
treea8a1114e090473adf12bef53b71c1094d74c4a54
parente42bacc5e724fb1e3e840deaeef6b576c04cafa3 (diff)
downloadydb-e88b236e3b8a5ca7da1db4d6a291295e82683f1d.tar.gz
Intermediate changes
commit_hash:1397cd168102b4d2d7f324cadcfef5fc58a32fd7
-rw-r--r--yt/yt/library/program/program_config_mixin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/library/program/program_config_mixin.h b/yt/yt/library/program/program_config_mixin.h
index 4f47196e5d..06ceac32f8 100644
--- a/yt/yt/library/program/program_config_mixin.h
+++ b/yt/yt/library/program/program_config_mixin.h
@@ -114,7 +114,7 @@ protected:
config->WriteSchema(&writer);
Cout << Endl;
} else {
- THROW_ERROR_EXCEPTION("Unknown schema format %v", format);
+ THROW_ERROR_EXCEPTION("Unknown schema format %Qv", format);
}
};
if (!ConfigSchema_.empty()) {