diff options
Diffstat (limited to 'src/print.c')
-rw-r--r-- | src/print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c index 558527e..1248995 100644 --- a/src/print.c +++ b/src/print.c @@ -56,6 +56,7 @@ const char *apk_error_str(int error) case APKE_PACKAGE_NOT_FOUND: return "could not find a repo which provides this package (check repositories file and run 'apk update')"; case APKE_INDEX_STALE: return "package mentioned in index not found (try 'apk update')"; case APKE_FILE_INTEGRITY: return "file integrity error"; + case APKE_CACHE_NOT_AVAILABLE: return "cache not available"; case APKE_UVOL: return "uvol error"; default: return strerror(error); |