(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the

verb is build/built/built not build/*/build or build/*/builded.
This commit is contained in:
Darkvater
2006-11-03 01:18:40 +00:00
parent a9fa6fd506
commit ac2b6f39b1
7 changed files with 11 additions and 11 deletions

View File

@@ -1655,7 +1655,7 @@ make_red:
ssd->next_dir[ssd->cur_stack] = _dir_from_track[ssd->bit[i]];
ssd->cur_stack++;
} else {
printf("NUM_SSD_STACK too small\n"); /// @todo WTF is this???
DEBUG(misc, 0) ("NUM_SSD_STACK too small"); /// @todo WTF is this???
}
}