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:
parent
212021404c
commit
04f665070c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue