mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 12:57:31 +02:00
Changed an error message, that was displaying "Error:" twice. Plus, it now more meaningful.
This commit is contained in:
parent
bbda0d9cf8
commit
ec000e0214
@ -73,7 +73,7 @@ void FileLister::browse()
|
||||
if (showDirectories || showFiles) {
|
||||
DIR *dirp;
|
||||
if ((dirp = opendir(path.c_str())) == NULL) {
|
||||
ERROR("Error: opendir(%s)\n", path.c_str());
|
||||
ERROR("Unable to open directory: %s\n", path.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user