mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
volinfo: fix bad format string
we need a format string; currently here we have none, which is no good Change-Id: Idf6a04475f29ec1413d3d27f91b3c20a42e110cc Reviewed-on: http://gerrit.openafs.org/5591 Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk> Reviewed-by: Derrick Brashear <shadow@dementix.org> Tested-by: Derrick Brashear <shadow@dementix.org> (cherry-picked from 0676dc9e0c59e8aee3db5e0a7b4acf7229da7b88) Reviewed-on: http://gerrit.openafs.org/5883 Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
404ba73245
commit
2c03ddd2ef
@ -1245,7 +1245,7 @@ HandleVnodes(Volume * vp, VnodeClass class)
|
||||
for (opr_queue_Scan(scanList, cursor)) {
|
||||
struct VnodeScanProc *entry = (struct VnodeScanProc *)cursor;
|
||||
if (entry->heading) {
|
||||
printf(entry->heading);
|
||||
printf("%s", entry->heading);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user