bozo: Constify bozo_Log 'format' argument
authorAndrew Deason <adeason@sinenomine.net>
Mon, 10 Feb 2014 22:23:07 +0000 (16:23 -0600)
committerJeffrey Altman <jaltman@your-file-system.com>
Mon, 5 Jan 2015 02:48:03 +0000 (21:48 -0500)
commited1b1df3c8acf9a2c5d4dface88ac15dcb8d7a2e
tree4d9b97810ab60d25e5239e01381a1f25275eccdf
parent4b648925603a50d2a248304a954308e8fa902df4
bozo: Constify bozo_Log 'format' argument

We clearly do not need to modify the format string; declare it const.
This makes the signature of bozo_Log identical to FSLog, which can
make it easier to use these functions interchangeably.

Change-Id: I89ae9babec2c4e8714019f58fe29dacc7283ae15
Reviewed-on: http://gerrit.openafs.org/10830
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/bozo/bosprototypes.h
src/bozo/bosserver.c