summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/messages/warningsd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/pkgcheck/src/messages/warningsd.rs')
-rw-r--r--support/pkgcheck/src/messages/warningsd.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/pkgcheck/src/messages/warningsd.rs b/support/pkgcheck/src/messages/warningsd.rs
index 44a6ad6d4e..6fe37835cf 100644
--- a/support/pkgcheck/src/messages/warningsd.rs
+++ b/support/pkgcheck/src/messages/warningsd.rs
@@ -120,3 +120,14 @@ hard-coded entry. This helps to keep a clean config file.
)
}
+pub fn w0010d() {
+ warn!(
+ r#"
+W0010 -- Hardlinks detected with inode
+
+Hardlinks found in the package directory tree. The inode number will be
+displayed
+"#
+ )
+}
+