From c5a981f95dba4dc9c56b2e7c64e0c25c2fbd6967 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Fri, 22 Aug 2014 15:30:14 +0200 Subject: Fehlerbeschreibung korrigiert --- Dozentenmodulserver/src/sql/SQL.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Dozentenmodulserver/src/sql/SQL.java') diff --git a/Dozentenmodulserver/src/sql/SQL.java b/Dozentenmodulserver/src/sql/SQL.java index f763eacd..6508a240 100644 --- a/Dozentenmodulserver/src/sql/SQL.java +++ b/Dozentenmodulserver/src/sql/SQL.java @@ -760,7 +760,7 @@ public class SQL { return 0; } catch (SQLException e) { // TODO Auto-generated catch block - log.info(new Date() + " - Failed to UpdateImageData."); + log.info(new Date() + " - Failed to UpdateImagePath."); e.printStackTrace(); } return -1; @@ -807,7 +807,7 @@ public class SQL { } catch (SQLException e) { // TODO Auto-generated catch block - log.info(new Date() + " - Failed to getPathOfImage."); + log.info(new Date() + " - Failed to getOSpk."); e.printStackTrace(); } @@ -830,7 +830,7 @@ public class SQL { } catch (SQLException e) { // TODO Auto-generated catch block - log.info(new Date() + " - Failed to getPathOfImage."); + log.info(new Date() + " - Failed to getOS."); e.printStackTrace(); } @@ -861,7 +861,7 @@ public class SQL { return map; } catch (SQLException e) { // TODO Auto-generated catch block - log.info(new Date() + " - Failed to getImageData."); + log.info(new Date() + " - Failed to getLectureData."); e.printStackTrace(); } return null; -- cgit v1.2.3-55-g7522