Skip to content

Commit

Permalink
Use proper log prefix for disasm
Browse files Browse the repository at this point in the history
  • Loading branch information
07151129 committed Apr 24, 2020
1 parent 1572e96 commit 2edee15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NVMeFix/NVMeFixPlugin.hpp
Expand Up @@ -168,7 +168,7 @@ class NVMeFixPlugin {
return true;

if (!start) {
DBGLOG(Log::Plugin, "No start specified for %s", name);
DBGLOG(Log::Disasm, "No start specified for %s", name);
return false;
}
hde64s dis;
Expand All @@ -191,7 +191,7 @@ class NVMeFixPlugin {
start += sz;
}

DBGLOG(Log::Plugin, "Failed to find %s", name);
DBGLOG(Log::Disasm, "Failed to find %s", name);
return false;
};
};
Expand Down

0 comments on commit 2edee15

Please sign in to comment.