Commit 85c2155b authored by Tomáš Szaniszlo's avatar Tomáš Szaniszlo
Browse files

Always emit info about successful debugfs mount

parent 6b302186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ sub mount_debugfs
                print "Need to mount debugfs\n" if ($VERBOSE);
                `mount -t debugfs debugfs /sys/kernel/debug`;
                if($? !=0 ) { die("ERROR: Failed to mount debugfs"); }
                print "mounted debugfs successfully\n" if ($VERBOSE);
                print "mounted debugfs successfully\n";
        }
        return;
}