downloadsmenu.cpp: Fix typo

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9502 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: eb7f37d7d005d33a87be913d984582472909fcf4
Former-commit-id: 1cd69820252ff46f776beaea4b2abe2627578b20
This commit is contained in:
xavi92 2024-07-24 16:11:41 +00:00
parent 7135e836d6
commit 0cc87184ea

View file

@ -623,7 +623,7 @@ int DownloadsMenu::extract(const entry *e, const std::string &src,
error = "Failed to rename directory: ";
error += e;
GfLogError("remove(3) %s -> %s: %s\n", tmpd.c_str(), dst.c_str(), e);
GfLogError("rename(3) %s -> %s: %s\n", tmpd.c_str(), dst.c_str(), e);
goto end;
}