Commit e1f1fe40 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: fix bad PP_PRINTF in arch-gnulinux

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent d4fdea1a
......@@ -276,7 +276,7 @@ int posix_open_ch(struct pp_instance *ppi, char *ifname, int chtype)
if (ioctl(sock, SIOCGIFADDR, &ifr) < 0) {
pp_diag_error_str2(ppi, "SIOCGIFADDR", strerror(errno));
PP_PRINTF(ppi, "Tip: did you run ppsi as super user?\n");
PP_PRINTF("Tip: did you run ppsi as super user?\n");
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment