Skip to content

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 11, 2014
1 parent d05bf4b commit 234e450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/process.c
Expand Up @@ -1286,7 +1286,7 @@ STATE_MACHINE_DECL(request_finish)
request);
pairfree(&request->reply->vps);

RDEBUG2("Finished request", request->number);
RDEBUG2("Finished request");
#ifdef WITH_ACCOUNTING
if (request->packet->code == PW_CODE_ACCOUNTING_REQUEST) {
NO_CHILD_THREAD;
Expand Down

0 comments on commit 234e450

Please sign in to comment.