-
- Downloads
Replace printf with SDL_Log variants (MR 108)
All usages of printf were migrated to SDL_Log functions. This allows the log verbosity to be controlled centrally and the -v flag is only used once for setting the global priority threshold. Closes: #107
parent
fb8dd4bc
No related branches found
No related tags found
Showing
- src/config.cpp 4 additions, 3 deletionssrc/config.cpp
- src/keyboard.cpp 7 additions, 7 deletionssrc/keyboard.cpp
- src/luksdevice.cpp 4 additions, 4 deletionssrc/luksdevice.cpp
- src/main.cpp 27 additions, 29 deletionssrc/main.cpp
- src/tooltip.cpp 1 addition, 1 deletionsrc/tooltip.cpp
- src/util.cpp 6 additions, 6 deletionssrc/util.cpp
-
-
mentioned in merge request !117 (merged)
By Johannes Marbach on 2021-01-12T18:32:18
Edited by Ghost User
Please register or sign in to comment