Skip to content

Commit

Permalink
Don't need to print this every time...
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 10, 2018
1 parent d8c3747 commit 10f021c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/util/dict.c
Expand Up @@ -3725,7 +3725,6 @@ static int _dict_free(fr_dict_t *dict)
fr_strerror_printf("Failed removing dictionary from protocol number_hash \"%s\"", dict->root->name);
return -1;
}
fr_perror("Freeing %s", dict->root->name);

return 0;
}
Expand Down

0 comments on commit 10f021c

Please sign in to comment.