diff --git a/roles/usb_lib/templates/umount.d/70-usb-library.j2 b/roles/usb_lib/templates/umount.d/70-usb-library.j2 index babf8cf2e..6ee2afc42 100644 --- a/roles/usb_lib/templates/umount.d/70-usb-library.j2 +++ b/roles/usb_lib/templates/umount.d/70-usb-library.j2 @@ -18,9 +18,9 @@ CONTENT_LINK_USB=$(basename $UM_MOUNTPOINT | awk '{print toupper($0)}') CONTENT_LINK="{{ doc_root }}/local_content/$CONTENT_LINK_USB" -logger -p user.notice -t "usbmount (70-usb-library)" -- "Attempting to remove link $CONTENT_LINK." +logger -p user.notice -t "usbmount - usb_lib (70-usb-library)" -- "Attempting to remove link $CONTENT_LINK." if [ -L $CONTENT_LINK ]; then rm -f $CONTENT_LINK - logger -p user.notice -t "usbmount (70-usb-library)" -- "$CONTENT_LINK removed." + logger -p user.notice -t "usbmount - usb_lib (70-usb-library)" -- "$CONTENT_LINK removed." fi