Show requested filenames in log

feature-npv2
Icedream 2014-05-08 13:52:52 +02:00
parent b03ce56fb2
commit d318594f6d
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@ namespace NPSharp.CommandLine.File
return Task.Factory.GetCompleted();
}
_log.InfoFormat("Requesting user file {0}", uri);
var task = _np.GetUserFile(uri);
try
{
@ -193,6 +194,7 @@ namespace NPSharp.CommandLine.File
return Task.Factory.GetCompleted();
}
_log.InfoFormat("Requesting publisher file {0}", uri);
var task = _np.GetPublisherFile(uri);
try
{