Changeset 5435:c0055d333c5d in roaraudio


Ignore:
Timestamp:
03/20/12 16:04:27 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

print more infos about the current context

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/plugin-info.c

    r5381 r5435  
    7777 roar_vio_printf(roar_stdout, para->abiversion == NULL ? "abiversion = <not set>\n" : "abiversion = \"%s\"\n", para->abiversion); 
    7878 roar_vio_printf(roar_stdout, para->notifycore == NULL ? "notifycore = <not set>\n" : "notifycore = \"%s\"\n", para->notifycore); 
     79 roar_vio_printf(roar_stdout, para->container  == NULL ? "container  = <not set>\n" : "container  = %p\n", para->container); 
     80 roar_vio_printf(roar_stdout, para->loader     == NULL ? "loader     = <not set>\n" : "loader     = %p\n", para->loader); 
     81 roar_vio_printf(roar_stdout, para->loader_userdata == NULL ? "loader_userdata = <not set>\n" : "loader_userdata = %p\n", para->loader_userdata); 
    7982} 
    8083 
Note: See TracChangeset for help on using the changeset viewer.