Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4133 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui/gui_gtk.cc


Ignore:
Timestamp:
May 9, 2005, 10:11:54 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: cleanup in gui: less useless output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/gui_gtk.cc

    r4132 r4133  
    14091409      PRINTF(2)("%s has not been found in the Itemlist of %s\n", loadString, this->title);
    14101410    }
    1411   PRINTF(4)( "Loading %s: setting to %d\n", this->title, this->value);
     1411  PRINTF(5)( "Loading %s: setting to %d\n", this->title, this->value);
    14121412  this->redraw();
    14131413}
     
    14661466
    14671467#endif /* HAVE_GTK2 */
    1468   PRINT(4)("%s set to: %d\n", this->title, this->value);
     1468  PRINT(5)("%s set to: %d\n", this->title, this->value);
    14691469}
    14701470
     
    15551555void OptionLabel::load(char* loadString)
    15561556{
    1557   PRINTF(4)("Loading %s: setting to %s\n", this->title, loadString);
     1557  PRINTF(5)("Loading %s: setting to %s\n", this->title, loadString);
    15581558  this->setValue(loadString);
    15591559}
     
    17051705#ifdef HAVE_GTK2
    17061706  gtk_progress_set_value(GTK_PROGRESS(widget), this->progress*100.0/this->totalSize);
    1707   PRINTF(4)("Progress: %f%%\n", this->progress*100.0/this->totalSize);
     1707  PRINTF(5)("Progress: %f%%\n", this->progress*100.0/this->totalSize);
    17081708#else /* HVE_GTK2 */
    17091709  PRINT(0)("Progress: %f%%\n", this->progress*100.0/this->totalSize);
Note: See TracChangeset for help on using the changeset viewer.