| 1 | $NetBSD$ |
|---|
| 2 | |
|---|
| 3 | --- src/rrd_update.c.orig 2008-02-17 11:26:32.000000000 +0100 |
|---|
| 4 | +++ src/rrd_update.c |
|---|
| 5 | @@ -533,9 +533,9 @@ _rrd_update(const char *filename, const |
|---|
| 6 | if(current_time < rrd.live_head->last_up || |
|---|
| 7 | (current_time == rrd.live_head->last_up && |
|---|
| 8 | (long)current_time_usec <= (long)rrd.live_head->last_up_usec)) { |
|---|
| 9 | - rrd_set_error("illegal attempt to update using time %ld when " |
|---|
| 10 | + rrd_set_error("%s: illegal attempt to update using time %ld when " |
|---|
| 11 | "last update time is %ld (minimum one second step)", |
|---|
| 12 | - current_time, rrd.live_head->last_up); |
|---|
| 13 | + filename, current_time, rrd.live_head->last_up); |
|---|
| 14 | free(step_start); |
|---|
| 15 | break; |
|---|
| 16 | } |
|---|