Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
nniclausse committed Sep 10, 2012
1 parent 676e27b commit 3a06cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsung/ts_http.erl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ add_dynparams(true, {DynVars, Session}, OldReq=#http_request{url=OldUrl}, HostD
add_dynparams(Session,Req, HostData); add_dynparams(Session,Req, HostData);
"http" ++ Rest -> % URL has changed and is absolute "http" ++ Rest -> % URL has changed and is absolute
URL=ts_config_http:parse_URL(Req#http_request.url), URL=ts_config_http:parse_URL(Req#http_request.url),
?LOGF("URL dynamic subst: ~p~n",[URL],?WARN), ?LOGF("URL dynamic subst: ~p~n",[URL],?INFO),
NewPort = ts_config_http:set_port(URL), NewPort = ts_config_http:set_port(URL),
NewReq = add_dynparams(Session, NewReq = add_dynparams(Session,
Req#http_request{host_header=undefined}, Req#http_request{host_header=undefined},
Expand Down

0 comments on commit 3a06cb2

Please sign in to comment.