mirror of
https://github.com/upa/mscp.git
synced 2026-02-14 17:24:42 +08:00
copy over multiple connection works, but not checked file integirty
This commit is contained in:
@@ -23,7 +23,9 @@ extern int verbose;
|
||||
#define pr_v3(fmt, ...) pr_v(3, fmt, ##__VA_ARGS__)
|
||||
|
||||
|
||||
#define pr_info(fmt, ...) fprintf(stdout, "%s(): " fmt, \
|
||||
#define pr(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
|
||||
|
||||
#define pr_info(fmt, ...) fprintf(stderr, "INFO:%s(): " fmt, \
|
||||
__func__, ##__VA_ARGS__)
|
||||
|
||||
#define pr_warn(fmt, ...) fprintf(stderr, "\x1b[1m\x1b[33m" \
|
||||
|
||||
Reference in New Issue
Block a user