VirtualBox

Ignore:
Timestamp:
Sep 17, 2007 3:45:24 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24579
Message:

Activated the full backdoor logger in release builds of the Linux Guest Additions kernel modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/dirops.c

    r4822 r4860  
    4242
    4343        if (!sf_d) {
    44                 LogRelPrintFunc("could not allocate directory info for");
    45                 LogRelPrint(sf_i->path->String.utf8);
    46                 LogRelPrint("\n");
     44                LogRelFunc(("could not allocate directory info for %s\n",
     45                            sf_i->path->String.utf8));
    4746                return -ENOMEM;
    4847        }
     
    211210                fake_ino = sanity;
    212211                if (sanity - fake_ino) {
    213                         LogRelPrintFunc("can not compute ino\n");
     212                        LogRelFunc(("can not compute ino\n"));
    214213                        return -EINVAL;
    215214                }
     
    286285                sf_new_i = kmalloc (sizeof (*sf_new_i), GFP_KERNEL);
    287286                if (!sf_new_i) {
    288                         LogRelPrintFunc("could not allocate memory for new inode info\n");
     287                        LogRelFunc(("could not allocate memory for new inode info\n"));
    289288                        err = -ENOMEM;
    290289                        goto fail1;
     
    337336        sf_new_i = kmalloc (sizeof (*sf_new_i), GFP_KERNEL);
    338337        if (!sf_new_i) {
    339                 LogRelPrintFunc("could not allocate inode info.  caller=");
    340                 LogRelPrint(caller);
    341                 LogRelPrint("\n");
     338                LogRelFunc(("could not allocate inode info.  caller=%s\n", caller));
    342339                err = -ENOMEM;
    343340                goto fail0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette