[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tyndur-devel] [PATCH 1/2] Libc: Alte Lostio-Debugmeldung entfernt



* Libc: Alte Lostio-Debugmeldung entfernen beim oeffnen von inexistenten
        Dateien.

Signed-off-by: Antoine Kaufmann <toni@xxxxxxxxxx>
---
 src/modules/lib/lostio/handler.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/modules/lib/lostio/handler.c b/src/modules/lib/lostio/handler.c
index aeb3f4d..1c23d3d 100644
--- a/src/modules/lib/lostio/handler.c
+++ b/src/modules/lib/lostio/handler.c
@@ -526,7 +526,6 @@ static lostio_filehandle_t* lostio_open(char* path, uint8_t attr, pid_t pid, io_
             //dann wird das oeffnen abgebrochen.
             if((typehandle == NULL) || (typehandle->not_found == NULL))
             {
-                printf("Datei nicht vorhanden: '%s'\n", path);
                 return 0;
             }
             else
-- 
1.6.4.4