Skip to content

Commit

Permalink
Merge pull request #613 from mihalicyn/cpuview_debug_print_fix
Browse files Browse the repository at this point in the history
cpuview: pass a correct argument to lxcfs_debug
  • Loading branch information
stgraber authored Sep 29, 2023
2 parents 2ae1113 + a019277 commit 8ba6e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc_cpuview.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static struct cg_proc_stat *prune_proc_stat_list(struct cg_proc_stat *node)
first = node->next;

node = node->next;
lxcfs_debug("Removing stat node for %s\n", cur);
lxcfs_debug("Removing stat node for %s\n", cur->cg);

free_proc_stat_node(cur);
} else {
Expand Down

0 comments on commit 8ba6e22

Please sign in to comment.