Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

main.cpp

Blame
    • Amna Snene's avatar
      c03c4b57
      tools: use Log instead of fmt::print · c03c4b57
      Amna Snene authored and Louis Maillard's avatar Louis Maillard committed
      Since fmt::print does not flush the buffer, I added a Log macro to
      ensure the output is immediately flushed.
      Not needed for print on stderr as std lib already flush it.
      
      Change-Id: Ieb7c04f9f191f1982643b005fae2d4e944a3a1fa
      c03c4b57
      History
      tools: use Log instead of fmt::print
      Amna Snene authored and Louis Maillard's avatar Louis Maillard committed
      Since fmt::print does not flush the buffer, I added a Log macro to
      ensure the output is immediately flushed.
      Not needed for print on stderr as std lib already flush it.
      
      Change-Id: Ieb7c04f9f191f1982643b005fae2d4e944a3a1fa
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.