]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
Fixed the config.cpp so that it was more lenient with blank lines in the gameserv...
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index db18a67586a6860b40a72d84cda7ad3053784094..7f4364462905da385cf2930c5883162800e949c3 100644 (file)
@@ -250,8 +250,8 @@ void load_timestamp()
 
     if (infile.fail())
     {
-       cerr << "Error opening .gstimestamp" << endl;
-       cerr << "Generating new timestamp" << endl;
+       cout << "Error opening .gstimestamp" << endl;
+       cout << "Generating new timestamp" << endl;
        generate:
        timestamp = midnight();
         save_timestamp();
@@ -272,7 +272,7 @@ void save_timestamp()
 
     if (outfile.fail())
     {
-       cerr << "Error creating new file." << endl;
+       cout << "Error creating new file." << endl;
        return;
     }