Skip to content
Snippets Groups Projects
Commit f8f9557b authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

fix error message

parent 175300e5
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ int unregister_interrupt(int sig)
sa.sa_flags = SA_RESTART | SA_SIGINFO;
if (sigaction(sig, &sa, NULL)) {
err(1, "register_interrupt: sigaction");
err(1, "unregister_interrupt: sigaction");
}
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment