mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
StatsToolBox changed error to warning when setting not existing working directory
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1446 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -509,7 +509,9 @@ void StatsToolBox::setWorkingDirectory(const QString & workingDirectory)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ULOGGER_ERROR("The directory \"%s\" doesn't exist", workingDirectory.toStdString().c_str());
|
UWARN("The directory \"%s\" doesn't exist, using \"%s\" instead...",
|
||||||
|
workingDirectory.toStdString().c_str(),
|
||||||
|
_workingDirectory.toStdString().c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user