Revision 1831
| trunk/nntpgrab_core/nntpgrab_core.c (revision 1831) | ||
|---|---|---|
| 688 | 688 | 
                  g_free(installation_path);  | 
              
| 689 | 689 | 
                  #endif  | 
              
| 690 | 690 | 
                   | 
              
| 691 | 
                      if (g_getenv("NNTPGRAB_DEBUG")) {
                 | 
              |
| 691 | 
                  /* If we're using Win32 or Mac OS, always output debug messages.  | 
              |
| 692 | 
                  * Otherwise, check whether the environment variable NNTPGRAB_DEBUG is set */  | 
              |
| 693 | 
                  #if !defined(WIN32) && !defined(__APPLE__)  | 
              |
| 694 | 
                      if (g_getenv("NNTPGRAB_DEBUG"))
                 | 
              |
| 695 | 
                  #endif  | 
              |
| 692 | 696 | 
                  plugins_print_logging();  | 
              
| 693 | 
                  }  | 
              |
| 694 | 697 | 
                   | 
              
| 695 | 698 | 
                      if (!plugins_populate_list(err)) {
                 | 
              
| 696 | 699 | 
                  return FALSE;  | 
              
Also available in: Unified diff
NNTPGrab

