Skip to content

Commit

Permalink
Merge pull request #9493 from omoerbeek/rec-log-rec_control
Browse files Browse the repository at this point in the history
Log the line received fomr rec_control
  • Loading branch information
omoerbeek committed Sep 21, 2020
2 parents 031005f + 9aad528 commit 5d73c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdns/pdns_recursor.cc
Expand Up @@ -3628,6 +3628,7 @@ static void handleRCC(int fd, FDMultiplexer::funcparam_t& var)
RecursorControlParser rcp;
RecursorControlParser::func_t* command;

g_log << Logger::Notice << "Received rec_control command '" << msg << "' from control socket" << endl;
string answer=rcp.getAnswer(msg, &command);

// If we are inside a chroot, we need to strip
Expand Down

0 comments on commit 5d73c4a

Please sign in to comment.