From 9a32cbeee8813a41d338b108b57ed5448d9c1eff Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 3 Dec 2007 18:14:27 +0000 Subject: [PATCH] Tweak git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6014 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/record.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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); -- 2.39.5