Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 190413
Collapse All | Expand All

(-)log3.cpp (-3 / +3 lines)
Lines 98-109 Link Here
98
  sLogFile * LogsThis = NULL;
98
  sLogFile * LogsThis = NULL;
99
  sLogFile * LogsWalker = NULL;
99
  sLogFile * LogsWalker = NULL;
100
  sUse * UseListToDelete = NULL;
100
  sUse * UseListToDelete = NULL;
101
  // open "use" file file
101
  // open "/etc/conf.d/log3" file file
102
  FileStream.open( "/etc/log3/use" );
102
  FileStream.open( "/etc/conf.d/log3" );
103
  FileStream.clear();
103
  FileStream.clear();
104
  if( ! FileStream )
104
  if( ! FileStream )
105
  {
105
  {
106
    cout << "Error. Could not read 'use' file.\n";
106
    cout << "Error. Could not read '/etc/conf.d/log3' file.\n";
107
    return 2;
107
    return 2;
108
  }
108
  }
109
  LineNo = 0;
109
  LineNo = 0;

Return to bug 190413