Skip to content

Commit

Permalink
app/spdk_top: Rename print_bottom_error_message()
Browse files Browse the repository at this point in the history
https://review.spdk.io/gerrit/c/spdk/spdk/+/10016 renamed this
function to print_bottom_message() and this particular instance
was left behind.

Signed-off-by: Michal Berger <[email protected]>
Change-Id: I422dfb317c6c5b8c2ce60b580fb92556c306040b
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10837
Reviewed-by: Tomasz Zawadzki <[email protected]>
Community-CI: Broadcom CI <[email protected]>
Tested-by: SPDK CI Jenkins <[email protected]>
  • Loading branch information
Michal Berger authored and tomzawadzki committed Dec 23, 2021
1 parent eb09178 commit 9e4350b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/spdk_top/spdk_top.c
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ display_thread(uint64_t thread_id, uint8_t current_page)

/* We did not find this thread, so we cannot show its information. */
if (i == g_last_threads_count) {
print_bottom_error_message("This thread does not exist.");
print_bottom_message("This thread does not exist.");
pthread_mutex_unlock(&g_thread_lock);
return;
}
Expand Down

0 comments on commit 9e4350b

Please sign in to comment.