diff --git a/src/pv/remote.c b/src/pv/remote.c index 16f8b87..fba65a2 100644 --- a/src/pv/remote.c +++ b/src/pv/remote.c @@ -668,9 +668,8 @@ int pv_remote_transferstate_fetch( /*@unused@ */ __attribute__((unused)) bool silent) { - /* TODO: use pv_error() rather than fprintf(). */ /*@-mustfreefresh@ *//* splint - see above */ - fprintf(stderr, "%s\n", _("SA_SIGINFO not supported on this system")); + pv_error("%s", _("SA_SIGINFO not supported on this system")); /*@+mustfreefresh@ */ return PV_ERROREXIT_REMOTE_OR_PID; }