diff --git a/nselib/msrpc.lua b/nselib/msrpc.lua index 3b7697f31..ec2b78b27 100644 --- a/nselib/msrpc.lua +++ b/nselib/msrpc.lua @@ -402,7 +402,7 @@ function call_function(smbstate, opnum, arguments) arguments ) - stdnse.debug3("MSRPC: Calling function 0x%02x with %d bytes of arguments", #arguments, opnum) + stdnse.debug3("MSRPC: Calling function 0x%02x with %d bytes of arguments", opnum, #arguments) -- Pass the information up to the smb layer status, result = smb.write_file(smbstate, data, 0)