aboutsummaryrefslogtreecommitdiff
path: root/aufgabe2/log.c
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2011-01-15 18:24:58 +0100
committerThorsten Töpper <atsutane@freethoughts.de>2011-01-15 18:24:58 +0100
commit7994d5a2287776e265977ce653e4443ea5156a05 (patch)
tree523864d8a555587facc19365c2ef0fa4b0271f1a /aufgabe2/log.c
parentb7b4c5a98c47464ca54ff2aff3fda9e3c3944c14 (diff)
downloadprozesskommunikation-7994d5a2287776e265977ce653e4443ea5156a05.tar.gz
prozesskommunikation-7994d5a2287776e265977ce653e4443ea5156a05.tar.bz2
Aufgabe 2&3: kleine Anpassungen im log Code
Diffstat (limited to 'aufgabe2/log.c')
-rw-r--r--aufgabe2/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aufgabe2/log.c b/aufgabe2/log.c
index 779b25b..62adeaf 100644
--- a/aufgabe2/log.c
+++ b/aufgabe2/log.c
@@ -30,7 +30,7 @@ void log() {
}
/* Logdatei öffnen */
- if ((logfile = fopen("logfile.txt", "w")) == NULL) {
+ if ((logfile = fopen("log.txt", "w")) == NULL) {
perror("log.c fopen()");
exit(EXIT_FAILURE);
}