Skip to content
  • Daniel Elstner's avatar
    Fix log varargs bugs indicated by -Wformat · 6433156c
    Daniel Elstner authored
    A few of these were pretty serious, like missing arguments,
    passing integers where a string was expected, and so on.
    In some places, change the types used by the code rather than
    just the format strings.
    6433156c