mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Make fmt() non-recursive
This commit is contained in:
parent
0124d118ef
commit
2b761d5f50
2 changed files with 7 additions and 12 deletions
|
@ -88,7 +88,7 @@ template<typename... Args>
|
|||
inline void warn(const std::string & fs, Args... args)
|
||||
{
|
||||
boost::format f(fs);
|
||||
formatHelper(f, args...);
|
||||
nop{boost::io::detail::feed(f, args)...};
|
||||
logger->warn(f.str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue