@ -979,6 +979,9 @@ sub SwallowedArgs {
if ($opt{"-interface"}) {
$cmd .= " " . "-interface " . quotedString($opt{"-interface"});
}
if ($opt{"-log"}) {
$cmd .= " " . "-log " . quotedString($opt{"-log"});
$cmd;