diff options
author | pjd <pjd@FreeBSD.org> | 2007-04-08 16:05:23 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-04-08 16:05:23 +0000 |
commit | 4b06e89211feda93bee19a93c165c0d4b9911622 (patch) | |
tree | 1baa2bedaa23414f6699d8519ca85b2150b41be3 /etc/devd.conf | |
parent | 9d80aa52927544096d911e2d1a63845dbfab69d9 (diff) | |
download | FreeBSD-src-4b06e89211feda93bee19a93c165c0d4b9911622.zip FreeBSD-src-4b06e89211feda93bee19a93c165c0d4b9911622.tar.gz |
There can be many reasons of VDEV failures, so log type as well.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r-- | etc/devd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index 07c79c6..59ac15f 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -218,7 +218,7 @@ notify 10 { notify 10 { match "system" "ZFS"; match "type" "vdev"; - action "logger -p kern.err 'ZFS: vdev failure, zpool=$pool'"; + action "logger -p kern.err 'ZFS: vdev failure, zpool=$pool type=$type'"; }; notify 10 { |