mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-02-17 00:24:42 +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) {
|
if (showDirectories || showFiles) {
|
||||||
DIR *dirp;
|
DIR *dirp;
|
||||||
if ((dirp = opendir(path.c_str())) == NULL) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user