mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Style
This commit is contained in:
parent
5667822edc
commit
13a7a24ba5
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ template<> void BaseSetting<std::set<ExperimentalFeature>>::set(const std::strin
|
|||
if (thisXpFeature)
|
||||
value.insert(thisXpFeature.value());
|
||||
else
|
||||
warn("Unknown experimental feature %s", s);
|
||||
warn("unknown experimental feature '%s'", s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue