We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a27e35 commit 9e5feceCopy full SHA for 9e5fece
src/rime/lever/deployment_tasks.cc
@@ -437,8 +437,8 @@ bool ConfigFileUpdate::Run(Deployer* deployer) {
437
path trash = user_data_path / "trash";
438
if (TrashDeprecatedUserCopy(source_config_path, dest_config_path,
439
version_key_, trash)) {
440
- LOG(INFO) << "deprecated user copy of '" << file_name_ << "' is moved to "
441
- << trash;
+ LOG(WARNING) << "deprecated user copy of '" << file_name_
+ << "' is moved to " << trash;
442
}
443
// build the config file if needs update
444
the<Config> config(Config::Require("config")->Create(file_name_));
0 commit comments