mirror of https://github.com/icedream/npsharp.git
Show requested filenames in log
parent
b03ce56fb2
commit
d318594f6d
|
@ -148,6 +148,7 @@ namespace NPSharp.CommandLine.File
|
||||||
return Task.Factory.GetCompleted();
|
return Task.Factory.GetCompleted();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_log.InfoFormat("Requesting user file {0}", uri);
|
||||||
var task = _np.GetUserFile(uri);
|
var task = _np.GetUserFile(uri);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
@ -193,6 +194,7 @@ namespace NPSharp.CommandLine.File
|
||||||
return Task.Factory.GetCompleted();
|
return Task.Factory.GetCompleted();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_log.InfoFormat("Requesting publisher file {0}", uri);
|
||||||
var task = _np.GetPublisherFile(uri);
|
var task = _np.GetPublisherFile(uri);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue