/[usata]/usata2/src/usata.cpp
ViewVC logotype

Diff of /usata2/src/usata.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by skunix, Sun Dec 26 08:58:16 2004 UTC revision 1.9 by skunix, Sun Dec 26 09:35:23 2004 UTC
# Line 12  Line 12 
12  //  //
13  // $Id$  // $Id$
14  // $Log$  // $Log$
15    // Revision 1.9  2004/12/26 09:35:23  skunix
16    // use logging functionality
17    //
18  // Revision 1.8  2004/12/26 08:58:16  skunix  // Revision 1.8  2004/12/26 08:58:16  skunix
19  // removed all std::cout  // removed all std::cout
20  //  //
# Line 116  Usata::setup_video() Line 119  Usata::setup_video()
119  int  int
120  Usata::run()  Usata::run()
121  {  {
122            log::Stream2 logstream;
123            boost::format vstring("(version %1%)");
124            
125            logstream << "Usata initializing " << vstring%PROGRAM_VERSION << log::Commit;
126          setup_video();          setup_video();
127          boost::filesystem::path datapath = find_data();          boost::filesystem::path datapath = find_data();
128          // FIXME: catch exceptions          // FIXME: catch exceptions

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26