Skip to content

Commit 45ebfe1

Browse files
Kevin Freikevinfrei
authored andcommitted
Fixed log message
1 parent a7d3b10 commit 45ebfe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ GetFileForModule(const ModuleSpec &module_spec,
175175
Log *log = GetLog(LLDBLog::Symbols);
176176
auto err_message = llvm::toString(result.takeError());
177177
LLDB_LOGV(log,
178-
"[Debuginfod] Failed to download symbol artifact {0} "
179-
"with error {1}",
178+
"Debuginfod failed to download symbol artifact {0} with error {1}",
180179
url_path, err_message);
181180
return {};
182181
}

0 commit comments

Comments
 (0)