aboutsummaryrefslogtreecommitdiff
path: root/src/directive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/directive.c')
-rw-r--r--src/directive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/directive.c b/src/directive.c
index b1b5a79..5067f00 100644
--- a/src/directive.c
+++ b/src/directive.c
@@ -597,7 +597,7 @@ process_directives(struct wy_triplet *trp)
struct spool *spool = trp->spool;
increase_stat_counter(WY_STAT_COMPLETE_TRIPLETS);
- timer_start("triplet");
+ timer_start(WY_TIMER_TRIPLET);
report_init();
for (n = directive_first(trp, &key, &val); n;
n = directive_next(trp, n, &key, &val)) {
@@ -670,7 +670,7 @@ process_directives(struct wy_triplet *trp)
increase_stat_counter(WY_STAT_TRIPLET_SUCCESS);
report_finish();
- timer_stop("triplet");
+ timer_stop(WY_TIMER_TRIPLET);
notify(spool->notification, trp, wy_ev_success);
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.