mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
nits
This commit is contained in:
parent
e61d3aa18f
commit
058906c242
2
tmate.h
2
tmate.h
@ -12,7 +12,7 @@
|
||||
#define tmate_debug(...) log_debug("[tmate] D " __VA_ARGS__)
|
||||
#define tmate_warn(...) log_debug("[tmate] W " __VA_ARGS__)
|
||||
#define tmate_info(...) log_debug("[tmate] I " __VA_ARGS__)
|
||||
#define tmate_fatal(...) fatal("[tmate]" __VA_ARGS__)
|
||||
#define tmate_fatal(...) fatalx("[tmate] " __VA_ARGS__)
|
||||
|
||||
/* tmate-encoder.c */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user