Skip to content

Commit

Permalink
Remove useless debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent f1408d6 commit 1a8f08c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stored/block.c
Expand Up @@ -357,7 +357,6 @@ bool DCR::write_block_to_device()
DCR *dcr = this;

if (dcr->spooling) {
Dmsg0(100, "Write to spool\n");
status = write_block_to_spool_file(dcr);
return status;
}
Expand Down

0 comments on commit 1a8f08c

Please sign in to comment.