ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 51dcd68ae53b08d268205a986eb1a962d77bb7f0
parent da3b05c3a9d7dbe7e159d444994f89c5347f6bf6
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Tue,  3 Aug 2021 01:50:24 -0700

Update log format

Diffstat:
Maps/log.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aps/log.c b/aps/log.c @@ -47,7 +47,7 @@ apstrll(int level) void aplog(int level, int fd, char *msg) { - fprintf(stderr, "ap.%s: [%d] %s\n", apstrll(level), fd, msg); + fprintf(stderr, "ap: %s (%d): %s\n", apstrll(level), fd, msg); } void