Fix error output
authorWouter Verhelst <w@uter.be>
Fri, 14 Aug 2009 09:16:33 +0000 (11:16 +0200)
committerWouter Verhelst <w@uter.be>
Fri, 14 Aug 2009 09:16:33 +0000 (11:16 +0200)
commitaeb968e015a63be74f01e35d982951e708d55633
tree140924be544c0e81e15bd3606c8c27b3b0aee76f
parent6e5e36597db232fe39b76e78c81ec054b5ad1cc3
Fix error output

dousers() previously tried to call g_message directly. Since we're
running as daemon already at this point, g_message won't produce output.

Fix by using err() instead.
nbd-server.c