1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hook: bugfix in print hook

This commit is contained in:
Steffen Vogel 2017-09-04 18:04:13 +02:00
parent 212021404c
commit 04f665070c

View file

@ -41,7 +41,7 @@ static int print_init(struct hook *h)
struct print *p = h->_vd;
p->uri = NULL;
p->format = io_format_lookup("villas");
p->format = io_format_lookup("villas-human");
return 0;
}