Skip to content

Commit 5f55c08

Browse files
committed
Fixed compilation error
1 parent 7d67b1d commit 5f55c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLU/Commands.Common/AzurePSCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ protected override void BeginProcessing()
320320
/// </summary>
321321
protected override void EndProcessing()
322322
{
323-
LogQosEvent(true);
323+
LogQosEvent();
324324
string message = string.Format("{0} end processing.", this.GetType().Name);
325325
WriteDebugWithTimestamp(message);
326326

0 commit comments

Comments
 (0)