Add logging when snap assertions are not replaced

This commit is contained in:
Robert C Jennings 2018-09-27 12:55:57 -05:00
parent 52e5a2b25b
commit 97b0bbeed3

View File

@ -440,6 +440,8 @@ snap_prepare_assertions() {
rm "$model_assertion"
rm "$account_key_assertion"
rm "$account_assertion"
else
echo "snap_prepare_assertions: not replacing $existing_brand:$existing_model with $brand:$model"
fi
fi