mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-24 09:39:59 +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);
|
init_session_data(sdata);
|
||||||
|
|
||||||
|
if(cfg->verbosity > 1) printf("processing: %s\n", filename);
|
||||||
|
|
||||||
if(strcmp(filename, "-") == 0){
|
if(strcmp(filename, "-") == 0){
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user