mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive
This commit is contained in:
@@ -135,7 +135,7 @@ main (int argc, char * argv[])
|
||||
char * out2 = NULL;
|
||||
tr_metainfo_builder * b = NULL;
|
||||
|
||||
tr_setMessageLevel (TR_MSG_ERR);
|
||||
tr_logSetLevel (TR_LOG_ERROR);
|
||||
|
||||
if (parseCommandLine (argc, (const char**)argv))
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user