mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-24 06:19:58 +01:00
added an option for verbose pilerimport messages
This commit is contained in:
parent
d037e730c8
commit
ae6b9d4b05
@ -28,6 +28,7 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
|
||||
|
||||
init_session_data(sdata);
|
||||
|
||||
if(cfg->verbosity > 1) printf("processing: %s\n", filename);
|
||||
|
||||
if(strcmp(filename, "-") == 0){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user