From: Jeffrey Altman Date: Wed, 15 Jul 2009 05:06:07 +0000 (-0400) Subject: Add missing TapeLog parameter to warning message X-Git-Tag: openafs-devel-1_5_61~113 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=91ff083dfb098232722ed0fb9dc9bed495174e27;p=packages%2Fo%2Fopenafs.git Add missing TapeLog parameter to warning message Bug identified by Marcus Watts. Add missing TapeLog parameter to warning message. LICENSE IPL10 Reviewed-on: http://gerrit.openafs.org/84 Verified-by: Russ Allbery Reviewed-by: Russ Allbery --- diff --git a/src/butc/dump.c b/src/butc/dump.c index c48141c39..bee3de63a 100644 --- a/src/butc/dump.c +++ b/src/butc/dump.c @@ -1279,7 +1279,7 @@ Dumper(void *param) if (!CONF_XBSA) { code = butm_WriteEOT(&tapeInfo); if (code) - TapeLog(taskId, code, tapeInfo.error, + TapeLog(0, taskId, code, tapeInfo.error, "Warning: Can't write end-of-dump on tape\n"); }