|
@@ -2088,7 +2088,7 @@ bool pkgDPkgPM::Go(APT::Progress::PackageManager *progress)
|
|
if (WIFSIGNALED(Status) != 0 && WTERMSIG(Status) == SIGSEGV)
|
|
if (WIFSIGNALED(Status) != 0 && WTERMSIG(Status) == SIGSEGV)
|
|
strprintf(d->dpkg_error, "Sub-process %s received a segmentation fault.",Args[0]);
|
|
strprintf(d->dpkg_error, "Sub-process %s received a segmentation fault.",Args[0]);
|
|
else if (WIFEXITED(Status) != 0)
|
|
else if (WIFEXITED(Status) != 0)
|
|
- strprintf(d->dpkg_error, "Sub-process %s returned an error code (%u)",Args[0],WEXITSTATUS(Status));
|
|
|
|
|
|
+ strprintf(d->dpkg_error, "dpkgpm Sub-process %s returned an error code (%u)",Args[0],WEXITSTATUS(Status));
|
|
else
|
|
else
|
|
strprintf(d->dpkg_error, "Sub-process %s exited unexpectedly",Args[0]);
|
|
strprintf(d->dpkg_error, "Sub-process %s exited unexpectedly",Args[0]);
|
|
_error->Error("%s", d->dpkg_error.c_str());
|
|
_error->Error("%s", d->dpkg_error.c_str());
|