This commit is contained in:
Mihai Bazon
2012-08-27 11:00:26 +03:00
parent 4437e7af19
commit 8dfa9fe7e5
4 changed files with 17 additions and 10 deletions

View File

@@ -22,11 +22,11 @@ function log() {
}
function log_directory(dir) {
log("--- Entering [{dir}]", { dir: dir });
log("*** Entering [{dir}]", { dir: dir });
}
function log_start_file(file) {
log("*** {file}", { file: file });
log("--- {file}", { file: file });
}
function log_test(name) {