]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/ui-system.c
ui/ncurses: in lockdown ensure system reboot in ncurses menu exit
[petitboot] / ui / common / ui-system.c
index 7e04801edf9a96a8e146ad050074e32256779707..02142dbf303a1e993dcc39897d2773f73297cb5c 100644 (file)
@@ -78,7 +78,7 @@ unsigned int pb_elf_hash(const char *str)
                        h ^= g >> 24;
                h &= ~g;
        }
                        h ^= g >> 24;
                h &= ~g;
        }
-       pb_log("%s: %x\n", __func__, h);
+       pb_log_fn("%x\n", h);
        return h;
 }
 
        return h;
 }