Skip to content

Commit

Permalink
Call the statistic 'blobs' also in the proctitle/syslog message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Hietaniemi committed Feb 23, 2015
1 parent 4b8261d commit 6d8b361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket_worker_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void update_process_status(fixed_buffer_t * buf, config_t * config, stats_count_
}
}
if (!fixed_buffer_vcatf
(buf, " : blob active %ld bytes %ld refcnt_bytes %ld total %ld bytes %ld refcnt_bytes %ld",
(buf, " : blobs active %ld bytes %ld refcnt_bytes %ld total %ld bytes %ld refcnt_bytes %ld",
RELAY_ATOMIC_READ(GLOBAL.blob_active_count), RELAY_ATOMIC_READ(GLOBAL.blob_active_bytes),
RELAY_ATOMIC_READ(GLOBAL.blob_active_refcnt_bytes), RELAY_ATOMIC_READ(GLOBAL.blob_total_count),
RELAY_ATOMIC_READ(GLOBAL.blob_total_bytes), RELAY_ATOMIC_READ(GLOBAL.blob_total_refcnt_bytes))) {
Expand Down

0 comments on commit 6d8b361

Please sign in to comment.