HalosGhost / pbpst

A command-line libcurl C client for pb deployments
GNU General Public License v2.0
44 stars 9 forks source link

Improve clarity on SIGINT #35

Closed AladW closed 9 years ago

AladW commented 9 years ago

When pbpst recieves SIGINT, it doesn't remove the swap db. Currently pbpst only says this:

^Cpbpst: Received Interrupt

Perhaps we could expand on the message, so that "Could not create swap db" does not come unexpected.

HalosGhost commented 9 years ago

Is the error produced by fb7e505 clear enough to close?

AladW commented 9 years ago

Yep, thank you.