summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/messages/fatald.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/pkgcheck/src/messages/fatald.rs')
-rw-r--r--support/pkgcheck/src/messages/fatald.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/pkgcheck/src/messages/fatald.rs b/support/pkgcheck/src/messages/fatald.rs
index b41cab83b1..ee02e47bde 100644
--- a/support/pkgcheck/src/messages/fatald.rs
+++ b/support/pkgcheck/src/messages/fatald.rs
@@ -64,3 +64,13 @@ code was specified.
)
}
+pub fn f0007d() {
+ println!(
+ r#"
+F0007 -- Could not create temporary directory for unzipping the TDS zip archive
+
+Make sure the temp directory is writable and/or the temp directory has
+enough space.
+"#
+ )
+}