From: Kern Sibbald Date: Mon, 3 Dec 2007 18:14:27 +0000 (+0000) Subject: Tweak X-Git-Tag: Release-7.0.0~5335 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fe8b1d60ac1ab5de0cb6be9a2ff8ca616a311a3f;p=bacula%2Fbacula Tweak git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6014 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/record.c b/bacula/src/stored/record.c index a2eff5ecdd..f1d2894e52 100644 --- a/bacula/src/stored/record.c +++ b/bacula/src/stored/record.c @@ -1,13 +1,3 @@ -/* - * - * record.c -- tape record handling functions - * - * Kern Sibbald, April MMI - * added BB02 format October MMII - * - * Version $Id$ - * - */ /* Bacula® - The Network Backup Solution @@ -35,6 +25,16 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * + * record.c -- tape record handling functions + * + * Kern Sibbald, April MMI + * added BB02 format October MMII + * + * Version $Id$ + * + */ #include "bacula.h" @@ -254,7 +254,7 @@ bool write_record_to_block(DEV_BLOCK *block, DEV_RECORD *rec) ASSERT(block->buf_len >= block->binbuf); Dmsg6(890, "write_record_to_block() FI=%s SessId=%d Strm=%s len=%d\n" -"rem=%d remainder=%d\n", + "rem=%d remainder=%d\n", FI_to_ascii(buf1, rec->FileIndex), rec->VolSessionId, stream_to_ascii(buf2, rec->Stream, rec->FileIndex), rec->data_len, remlen, rec->remainder); @@ -365,7 +365,7 @@ bool write_record_to_block(DEV_BLOCK *block, DEV_RECORD *rec) if (!sm_check_rtn(__FILE__, __LINE__, False)) { /* We damaged a buffer */ Dmsg6(0, "Damaged block FI=%s SessId=%d Strm=%s len=%d\n" -"rem=%d remainder=%d\n", + "rem=%d remainder=%d\n", FI_to_ascii(buf1, rec->FileIndex), rec->VolSessionId, stream_to_ascii(buf2, rec->Stream, rec->FileIndex), rec->data_len, remlen, rec->remainder);