make text output slightly more descriptive to avoid false bug reports

SVN revision: 56714
This commit is contained in:
Mike Blumenkrantz 2011-02-04 18:28:01 +00:00
parent 11d82c19c7
commit 259f8aad73
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ main(void)
eeze_disk_function();
disks = eeze_udev_find_by_type(EEZE_UDEV_TYPE_DRIVE_MOUNTABLE, NULL);
printf("Found the following disks:\n");
printf("Found the following unmounted disks:\n");
EINA_LIST_FREE(disks, syspath)
{
Eeze_Disk *disk;