]> git.proxmox.com Git - pve-cluster.git/commit - data/PVE/Cluster.pm
cfs_lock: add missing trailing newline
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 10 Nov 2017 09:24:24 +0000 (10:24 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Nov 2017 10:28:03 +0000 (11:28 +0100)
commit02cd5e00fdc6dfd413e68f5825c323d6d98bd063
tree9af1dffe164df3581a4a6518379445bf5747d4c1
parent96d7edf752d465ff857ed7fe0222bd97b88052a3
cfs_lock: add missing trailing newline

When we do not instantly get the lock we print a respective message
to stderr. This shows also up in the task logs, and if it's the last
message before a 'Task OK' the UI gets confused an shows the task as
erroneous.

Keep the message as its a good feedback for the user to see why an op
seems to do nothing, so simply add a trailing newline.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster.pm