application: Propagate verbosity to main instance
If another instance of calls was already running, invoking calls with `-v` flag would set the verbosity for the newly created process and then exit if it was not the primary instance.
This commit is contained in:
@@ -39,3 +39,4 @@
|
||||
void calls_log_init (void);
|
||||
void calls_log_increase_verbosity (void);
|
||||
guint calls_log_get_verbosity (void);
|
||||
int calls_log_set_verbosity (guint new_verbosity);
|
||||
|
||||
Reference in New Issue
Block a user