summaryrefslogtreecommitdiffstats
path: root/Dozentenmodulserver/src/sql
diff options
context:
space:
mode:
authorMichael Wilson2014-08-22 15:30:14 +0200
committerMichael Wilson2014-08-22 15:30:14 +0200
commitc5a981f95dba4dc9c56b2e7c64e0c25c2fbd6967 (patch)
tree961e43297dedce119490e8bc68688a6ce8f6a320 /Dozentenmodulserver/src/sql
parentDatum geupdatet (diff)
downloadtutor-module-c5a981f95dba4dc9c56b2e7c64e0c25c2fbd6967.tar.gz
tutor-module-c5a981f95dba4dc9c56b2e7c64e0c25c2fbd6967.tar.xz
tutor-module-c5a981f95dba4dc9c56b2e7c64e0c25c2fbd6967.zip
Fehlerbeschreibung korrigiert
Diffstat (limited to 'Dozentenmodulserver/src/sql')
-rw-r--r--Dozentenmodulserver/src/sql/SQL.java8
1 files changed, 4 insertions, 4 deletions
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;