OSDN Git Service

delete ERROR message
authormunetoh <munetoh@users.sourceforge.jp>
Sun, 4 Sep 2011 23:53:38 +0000 (08:53 +0900)
committermunetoh <munetoh@users.sourceforge.jp>
Sun, 4 Sep 2011 23:53:38 +0000 (08:53 +0900)
src/uuid.c

index e06392b..8933b8d 100644 (file)
@@ -191,7 +191,7 @@ int genOpenptsUuid(OPENPTS_UUID *uuid) {
         uuid->status = OPENPTS_UUID_UUID_ONLY;
     } else if (uuid->status == OPENPTS_UUID_FILENAME_ONLY) {
         // TODO Re genenation happen, before load the UUID from file
-        ERROR("genOpenptsUuid() %s filled, before load the UUID from file\n", uuid->str);
+        DEBUG("genOpenptsUuid() %s filled, before load the UUID from file\n", uuid->str);
         uuid->status = OPENPTS_UUID_FILLED;
     } else if (uuid->status == OPENPTS_UUID_FILLED) {
         // TODO Re genenation happen